[android-developers] Tab layout problem

2011-01-28 Thread vnv
Hi, I need to implement following layout [search text] [Tab1][Tab2][Tab3] [ ] [ Tab Content] [ ] [Button1] [Button2] My activity is already ListActivity so I cannot extend it to TabActivity ? I have [search text] and [button#]

Re: [android-developers] Tab layout problem

2011-01-28 Thread TreKing
On Fri, Jan 28, 2011 at 5:55 AM, vnv nikola1...@gmail.com wrote: My activity is already ListActivity so I cannot extend it to TabActivity ? You can make it a TabActivity and manage the ListViews within the Activity yourself. Otherwise your tab content section can be a ViewSwitcher or