Andriy Zakharchuk wrote: > Is there any way to make highlight box smaller, the same size as list > view item is (like it was in m3_rc37)?
There may be a theme or style that handles this, but you can always create your own layout for the adapter to use, and you can control the height that way. Either pass in the ID to your custom layout in the adapter constructor or subclass the adapter, override getView(), and inflate/construct the rows yourself (search http://androidguys.com for "Fancy ListViews" for a series of blog posts on this technique). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

