layout tag

76 questions


1 answers
109 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
74 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
49 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
108 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
141 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
107 views
0
I want to put the button in the middle of Linear layout, what should I do?

It outputs the screen to linear layout. I want to print a button in the middle of the screenBut it's not as easy as you think No matter how you do it, the top is aligned in the middle...The bottom is ...

2 years ago

1 answers
76 views
0
Is there a way to round corners in the image view?

On Android, image views are usually squares. I want to make a square with rounded corners in the image view, is it possible?


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

Can you make xml underline the text in the file?

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.