I\'m trying to add a divider to a horizontal linear layout but am getting nowhere. The divider just doesn\'t show. I am a total newbie with Android.
This is my layou
Try this, create a divider in the res/drawable folder:
res/drawable
vertical_divider_1.xml
And use the divider attribute in LinearLayout like this:
divider
Note: android:divider is only available in Android 3.0 (API level 11) or higher.
android:divider