On Thu, Dec 23, 2010 at 3:08 AM, pramod.deore <[email protected]>wrote:
> Now I had changed in xml file but still not getting expected view. > Don't just change your layout - break it out out into separate layouts. You can't expect to NOT see the buttons if you keep them in the layout you're using for each entry in your list. > I want these 2 buttons only on top of list. my xml file is > Then put them in separate layout that gets added to your main activity layout first, before the list view. ------------------------------------------------------------------------------------------------- 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

