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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -