LinearLayout is one of the basic layouts in Android.
The hierarchy is like this: RelativeLayout LinearLayout (vertical) FrameLayout (weight 5) ImageView View (weight 1) The View is just a dummy view …
android android-layout android-linearlayoutI have the following Layout which does not work: <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:…
java android android-linearlayout textviewWhat are the advantages of RelativeLayout over LinearLayout in android ? For a particular design which one would you prefer and …
android android-layout android-linearlayout android-relativelayoutI have the folowing layout: I want to make transparent the transparent_layout but i can't do it. Already tried …
android android-linearlayout transparentWhenever the software keyboard appears, it resizes the background image. Refer to the screenshot below: As you can see, the …
android view android-linearlayoutIs there a way to obtain a child element of a LinearLayout? My code returns a view (linearlayout), but I …
java android android-linearlayoutI would like to add only a bottom and a top border on my Linearlayout. I have tried to do …
android android-linearlayout android-shapeI have the following layout i'd like to make the textview appear in the center and middle of the view. …
android view android-linearlayoutI've got a custom LinearLayout with a smaller TextView child. I'd like to be able to click the area not …
android onclick android-linearlayoutI create a linearlayout that refes to an xml item. Inside this linearlayout i put some textview dynamically, so without …
android android-linearlayout