On Thu, Dec 23, 2010 at 12:48 AM, pramod.deore <[email protected]>wrote:
> Actually if suppose there are 12 list items, then these 2 buttons are shown > 12 times and > list of items and checkboxes are not visible. > Sounds like you are using this layout as the entry for a list view. Don't do that. Split your layout out into two parts - one with the buttons and one with the content you want to see in th list view. Then your main layout adds the button layout and a listview below it. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

