> I have an application where i have a TabHost with 3 tabs.

Not according to your layout. Your layout has the following immediate
children of your FrameLayout for the tab contents:

android:id="@+id/tablayout1"
android:id="@+id/ScrollViewtablayout2"
android:id="@+id/tablayout2"
android:id="@+id/tablayout3"

That usually indicates you want to have four tabs, not three. Do you
perhaps need to move android:id="@+id/ScrollViewtablayout2" into one of
the other three layouts?

-- 
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to