I\'m having a look at the \"Tab Layout\" tutorial which is perfectly clear and my question is very simple : is it possible to create tabs with no icon, just a single title?<
You can set a fixed height of the tabwidged.
In the Code:
tabHost.getTabWidget().getChildAt(0).getLayoutParams().height=n;
Or in the XML: ..
android:layout_height="n"
.. (with android:gravity you can affect where ur tabwidget gets cut)
android:gravity