This is the context: I have a TabActivity with three tabs,|Contacts|History|Caller| in the tab on contacts, I have another TabActivity. In this TacActvity I have set the tabwidget invisible and I use a personal layout on the top to change among tabs: |Server|Agenda|Directory| basically i use the onClick event to setCurrentTab in the TabHost. If I set a normal Activity on a TabContent its OK, the problem is when I set a ListActivity with a ListView as the TabContent,in that case the lisview hide the 3 buttons on the on the top, so I can no longer interact with those buttons. As you can see on the image Any ideas of why or how to solve this?
-- 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

