[android-developers] 2 questions

2010-10-25 Thread kernelpanic
my apologies up front for the noob questions 1) html hr equivalent - so I have a LinearLayout and need to provide some differentiation between views in that layout - similar to an hr / call in HTML. I've seen references to android:divider, but that only applies to lists AFAIK. What's is the

Re: [android-developers] 2 questions

2010-10-25 Thread TreKing
On Thu, Oct 21, 2010 at 9:48 PM, kernelpanic j.m.roya...@gmail.com wrote: so I have a LinearLayout and need to provide some differentiation between views in that layout Just add views that define the dividers in between the other views. You can simply have a divider view defined in XML that