I am using tabs in my app programatically i.e using tabspec. im not able to change the color of font of indicator the tab. I am able to change the background color of the tab.
Asked
Active
Viewed 267 times
0
-
refer this link: http://stackoverflow.com/questions/2804688/how-to-change-the-color-of-the-tabs-indicator-text-in-android – Android Developer Jun 13 '13 at 13:31
-
What is EXACTLY your question ? – OcuS Jun 13 '13 at 13:44
-
im usiong two tabs. In that i have text of that particular tab i want to change the font style of that text and styles of tabs too @OcuS – Naren Fatal Error Jun 14 '13 at 10:20
1 Answers
0
Create custom theme to change colors of tabs or tab indicator go to this link

keshav
- 3,235
- 1
- 16
- 22
-
im using tabs in android 2.2 api 8 i think action bar is not supported in that version – Naren Fatal Error Jun 14 '13 at 10:29
-
If u want to use actionbar u can by using sheralock action bar https://github.com/t2health/ActionBarSherlock-Android – keshav Jun 19 '13 at 13:28