LinearLayout is one of the basic layouts in Android.
I'm completely stumped on this one. I have three different lists that need to be displayed on the screen. It's …
android listview scrollview android-linearlayoutHow can i set a margin of 20dp between the button "regler" and "decommender" programmatically. Here is my workings LinearLayout …
android android-linearlayout android-button marginsI would like to create a linear layout which would behave similarly to ImageButton. <LinearLayout android:id="@+id/container" …
android onclick android-linearlayoutI'm trying to construct a layout where there is a text view at the top of the screen and a …
android android-layout android-linearlayout footer android-relativelayoutI would like to create an custom View on Android. I have tried to do it as simple as possible …
android view android-linearlayout custom-viewI required runtime dimensions of Relative/Linear Layout. activity_home.xml: <RelativeLayout android:id="@+id/rlParent" android:layout_width="…
android android-linearlayout android-relativelayoutI have added 3 buttons in a ConstraintLayout. I have added a button to disable or enable these buttons. If I …
android performance android-layout android-linearlayout android-constraintlayoutI need to make my own toolbar in Android application. Now it looks like this: So you see spaces between …
android toolbar margin android-linearlayoutI want to set the background android.R.attr.selectableItemBackground to a LinearLayout. When using XML there are no problems (…
android background android-linearlayout clickableTo give the user of my app an indication which field currently has the focus I am trying to change …
android colors android-linearlayout