Liviu Ungureanu wrote: > Is posible to remove/hide the ListView separator?
>From http://wiki.andmob.org/faq-listsep ----------------- You can use the android:dividerHeight XML layout attribute to make the divider be 0px high. Or, you can use the android:divider XML layout attribute to make the divider be transparent (#00000000). Either of those should have the effect of "hiding" the separator. The difference is that in the latter, the space taken up by the separator will still be there. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---