简体   繁体   中英

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

使用以下代码解决了该问题

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM