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
Post a Comment