76 questions
<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...
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...
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...
<?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...
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...
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 ...
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 ...
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 ...
On Android, image views are usually squares. I want to make a square with rounded corners in the image view, is it possible?
Can you make xml underline the text in the file?
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.