Reputation: 1050
I have a requirement in which i have to show TABS which we are using to navigate, To show TAB at bottom. When i am running my application on device , On android its showing at Top while in I-Phone it is showing at the Bottom. So anyone can guide me how to show Tabs specifically for android At the bottom of the screen
Thanks, Rakesh
Upvotes: 2
Views: 5555
Reputation: 13539
We had to do this, and after a lot of search, we concluded that it is not possible simply using titanium appcelerator. We chose to do this by implementing a button bar at the bottom of our window.
When I searched right now however, I have found a few others have tried to solve this problem in other ways.
Upvotes: 3