So, I want to have tabs with the default style, but I want to handle the content myself. If I try to create them only with:
TabSpec tabT = mainTabHost.newTabSpec("tabT").setIndicator("T"); tabHost.add(tabT);
I get an error that the contents are not specified.
Then I tried to add tabs with tabwidget directly, but I don't know how to get the default style for tabs.
Any tips?
android view tabs
Gapipro
source share