开发者

Android tabwidget

开发者 https://www.devze.com 2022-12-16 14:14 出处:网络
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 widge

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);
0

精彩评论

暂无评论...
验证码 换一张
取 消