[android-developers] Tabs at bottom of Activity

2011-03-07 Thread chetan
Hi All, I want to make an Activity which would have tabs at bottom of screen not at top. I have tried many thing even i have set the paddingTop parameter of tabwidget to fix . i.e 220px. But this would not work for different screen sizes. If somebody have any solution, let me know.

Re: [android-developers] Tabs at bottom of Activity

2011-03-07 Thread lalit poptani
Hi, I think u might go for menu items if u want tabs. Menu items work same as tabs and more than that they are at the bottom of the page Lalit Poptani T. Saltriver InfoSystem pvt. ltd. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Tabs at bottom of Activity

2011-03-07 Thread Justin Anderson
Try these: http://www.anddev.org/viewtopic.php?p=21932 http://stackoverflow.com/questions/2395661/android-tabs-at-the-bottom/2710404#2710404 On Mon, Mar 7, 2011 at 8:43 AM, lalit poptani lalit.popt...@gmail.comwrote: Hi, I think u might go for menu items if u want tabs. Menu items work