Reputation: 58083
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. alt text http://img684.imageshack.us/img684/3238/tabt.jpg
Upvotes: 2
Views: 1307
Reputation: 58083
fixed the issue using the following code
tabHost.getTabWidget().setBackgroundColor(Color.BLACK);
Upvotes: 1