d-man
d-man

Reputation: 58083

Android tabwidget

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

Answers (1)

d-man
d-man

Reputation: 58083

fixed the issue using the following code

tabHost.getTabWidget().setBackgroundColor(Color.BLACK);

Upvotes: 1

Related Questions