35 questions
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...
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
<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 ...
Can you make xml underline the text in the file?
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.