I am using tabwidget when i apply white theme on tab widget selected tab text remain black but unselected tab text turn into white and invisible, how can i change the color of tab widget indicator text.
+1
A:
fixed the issue using the following code
tabHost.getTabWidget().setBackgroundColor(Color.BLACK);
Faisal khan
2010-01-14 12:11:02