> How can i make something like this: > > http://www.appsstore.nl/apps/fml/fmlscreen1.jpg > > So i mean the tabs at the bottom of the screen. It has to be present > on every activity and every tab shows and other activity > (listactivity). > > How can i do this?
With a lot of work. There is no BottomTabsLikeIPhoneHas widget. Having a bar of ImageButtons is easy. Giving them the proper transparent background (so a sliver of the underlying ListView, as in your screenshot) is the job of a graphic designer. Having the buttons change the contents of the list could be done any number of ways, though I would start with a ViewFlipper. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

