LinearLayout is one of the basic layouts in Android.
I always read about this funny weight value in the Android documentations. Now I want to try it for the …
android android-linearlayout android-layout-weightI have the following code, how do I make it so that the 3 buttons are at the bottom? <TextView …
android xml android-layout button android-linearlayoutI have lot of items on the screen and I need to use the scrollbar so the user can scroll …
android android-linearlayoutI am trying to add TextViews to my xml-defined layout in code. I have a xml-sheet, where a lot of …
java android xml textview android-linearlayoutI would like to create the same border of this LinearLayout as the example : In this example, we can see …
android border android-linearlayoutAs part of an Android App I am building a button set. The buttons are part of a nested set …
android layout resize android-linearlayoutI am having trouble applying a gradient background to a LinearLayout. This should be relatively simple from what I have …
android android-layout android-linearlayout gradientI have 6 ImageButton in my activity, I set images through my code in them ( not using xml). I want them …
android image android-linearlayout scale imagebuttonI am confused about the difference between LinearLayout, RelativeLayout, and AbsoluteLayout. Could someone please tell me the exact differences between …
android android-layout android-linearlayout android-relativelayout android-framelayoutI have a linear layout (oriented horizontally) that contains 3 buttons. I want the 3 buttons to have a fixed width and …
android android-linearlayout