Search code examples
androidandroid-actionbaractionbarsherlockandroid-tabs

Action bar tabs and repeated background in Android


Im aware of bug Issue 15340: tilemode 'repeat' for bitmapdrawable does not work correctly always.

And I've successfully resolved it in Action bar by using setBackgroundDrawable method.

Unfortunately I don't have any method to set background on tabs.

Action bar in the upper top and three tabs: enter image description here


Solution

  • You can change actionbar tabs background with setStackedBackgroundDrawable() method