Android tabwidget -


i using tabwidget when apply white theme on tab widget selected tab text remain black unselected tab text turn white , invisible, how can change color of tab widget indicator text. alt text http://img684.imageshack.us/img684/3238/tabt.jpg

fixed issue using following code

tabhost.gettabwidget().setbackgroundcolor(color.black); 

Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -