android-layout tag

35 questions


1 answers
60 views
0
I want to add a button at the bottom of the list of apps.

I am creating a list of apps on Android, and I am trying to place a button at the bottom that is different from the list of apps.However, when the buttons are placed, all the buttons on the list are o...

2 years ago

1 answers
100 views
0
Constraint layout textview is not displayed in Android studio.

As the title suggests, even if I drag and drop textview of constraint layout in Android studio, it does not appear in the UI.Is it a PC specification?please tell me。i5-6200U/8G


1 answers
108 views
0
How to summarize Android BottomNavigation

<android.support.design.widget.BottomNavigationView xmlns:android=http://schemas.android.com/apk/res/android xmlns:app=http://schemas.android.com/apk/res-auto android:id=@+id/navigation android:lay...

2 years ago

1 answers
61 views
0
Layout for FHD (1080x1920) on Android

How can I create a layout for FHD (1080x1920) on Android?The problem is that I want to separate the layout of FHD+ or Quad HD+ from FHD, but it looks like this:Here's what I've tried:1.Create layout f...


1 answers
105 views
0
I also want to filter the status bar.

activity_main.xml<RelativeLayout xmlns:android=http://schemas.android.com/apk/res/androidxmlns:tools=http://schemas.android.com/toolsandroid:layout_width=match_parentandroid:layout_height=match_par...


1 answers
73 views
0
If you have two RecyclerViews, the height is incorrect only on Android 6.0.

<?xml version=1.0 encoding=utf-8?><ScrollView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent xmlns:app=http://sc...

2 years ago

1 answers
48 views
0
CoordinatorLayout wrap_contents does not work when you put a view in CoordinatorLayout

ProblemsThe layout is made using CoordinatorLayout as shown below, but if you put View in CoordinatorLayout and outside AppBarLayout, the bottom of the View sticks out from CoordinatorLayout even thou...

2 years ago

1 answers
106 views
0
Can I change the color of the Android basic button?

I want to change the color of the Android basic button. So I looked it up <?xml version=1.0 encoding=utf-8?> <selector xmlns:android=http://schemas.android.com/apk/res/android> <item ...

2 years ago

1 answers
140 views
0
How do I change the font of TextView on Android?

I'd like to change android:fontFamily on Android. I've never seen a predefined font on Android, so how do I choose one of the predefined fonts? I don't need to define my font, but I want to change it ...


1 answers
68 views
0
Can you make the text underlined in the Android layout?

Can you make xml underline the text in the file?

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.