Android-your Content Must Have A Tabhost Whose Id Attribute Is 'android.r.id.tabhost'
Hi i created one customised tab bar with three tabs. I loaded one tab with google link, another with the small hello world app and another with the layout which has design for diff
Solution 1:
If you are going to use TabActivity
, you need to use @android:id/tabhost
as the android:id
value of your TabHost
in your xml layout file
Post a Comment for "Android-your Content Must Have A Tabhost Whose Id Attribute Is 'android.r.id.tabhost'"