Hi, I am using LinearLayout(Horizontal orientation) inside which I have 2 views 1. TextView 2. ImageView
I was looking to bring a divider line b/w each view(ie TextView & ImageView) I found that there is a constant SHOW_DIVIDER_MIDDLE which I believe can be used to show divider b/w each items (Refer http://developer.android.com/reference/android/widget/LinearLayout.html#attr_android:weightSum) I just could not figure out a way on how to add this constant in my XML layout file. Can someone please help me on this. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

