LinearLayout is one of the basic layouts in Android.
I have the following code working which generates fragments, but only if I am adding them to a linear layout …
android android-fragments android-linearlayoutHow to add border around linear layout except at the bottom ? LinearLayout needs to have border at left, top and …
android android-linearlayoutRan the new Lint tool against my code. It came up with a lot of good suggestions, but this one …
android android-layout android-linearlayout textview compound-drawablesI have a LinearLayout, which contains several child TextViews. How can I get child views of that LinerLayout using a …
android android-linearlayoutWanna to split a screen for my app with two LinearLayouts. What parameters should I use to make exact splitting …
android android-linearlayoutI have this code in my application: LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT); and I just …
android orientation android-linearlayoutI have a RelativeLayout containing 2 LinearLayouts one of them is partially covering the other. I want to make the part …
android android-linearlayoutI am creating an application and posted a question yesterday how to start activity by click any where on row. …
android android-linearlayouti have two linear layouts in one frame layout. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" …
android android-layout android-linearlayoutI have a hierarchy that is like this: LinearLayout(horizontal) ImageView LinearLayout(vertical) TextView TextView TextView TextView I want to …
java android android-layout android-linearlayout