Android tabwidget
I am using tabwidget when i apply white theme on tab widget selected tab开发者_JAVA百科 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
fixed the issue using the following code
tabHost.getTabWidget().setBackgroundColor(Color.BLACK);
精彩评论