LinearLayout is one of the basic layouts in Android.
I have frequent problem in android view, Error parsing XML: unbound prefix on Line 2. <?xml version="1.0" encoding="utf-8"?> &…
xml android eclipse android-linearlayoutI'm trying to center an ImageView inside a LinearLayout horizontally and vertically, but I just can't do it. The main …
android android-layout android-linearlayoutI have one big layout, and one smaller layout inside of it. How do I create a line border around …
android android-layout android-linearlayoutHow can I show shadow for my linear layout. I want white colored rounded background with shadow around the linearlayout. …
android android-linearlayout roundedcorners-dropshadowI have the following basic layout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" …
android android-layout android-linearlayout layout-gravityI'm trying to add a divider to a horizontal linear layout but am getting nowhere. The divider just doesn't show. …
android android-layout android-linearlayout dividerI just implemented a ListView inside a LinearLayout, but I need to define the height of the LinearLayout (it has …
android android-layout size android-linearlayout android-layout-weightI am working on an Android application. I want to change the background of a LinearLayout element. What attribute can …
android xml android-linearlayoutI try to add a TextView to a LinearLayout dynamically such as in the following code, but it doesn't appear …
android textview android-linearlayoutI have a TextView which I want to pin at the bottom of a landscape activity that is using LinearLayout …
android android-layout android-linearlayout