frizzo wrote: > How can I control the height on an individual entry in a ListView > widget? Is there a property I can set? I can't seem to find it.
Generally, that is governed by the row View itself. ListView effective treats each row as android:layout_height="wrap_content". So, if you want to change the height of the row, you have to change it on the row, not in ListView. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

