0

Is there a way that I can color the TabWidget View? Both the idle and selected colors? That way my app can look a little more personalized, ya know.

Thanks!

Chiggins
  • 8,197
  • 22
  • 56
  • 81

1 Answers1

1

Yes, you can apply any images and colors to it and customize it as you like. See the last comment with code sample from me at Android TabHost - Activities within each tab

You can then swap the bg images onTabChanged as you like.

Community
  • 1
  • 1
Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192