Changing TabGroup background color
Is it possible to change the background color of a TagGroup? I didn't find any answer here, the only thing I can do is setting the barColor property, but I'd like to change the tabs background. Is there a solution?
Thank you
8 Answers
-
This works in SDK 2.1.4-GA, anyone know why it is broken again in the 3.0.0-beta SDK?
var self = Ti.UI.createTabGroup({ color: '#FF0000', backgroundColor: '#D50000' });
-
tabsBackgroundColor :'black',
Gave solution to me.
-
did you find a solution ?
-
Any news on this? I'm having the same problem here. There are some backgroundColor options in the docs, but they don't seem to have any effect…
-
I have the same problem, running 1.8 from 18 oct. I can change the backgroundColor on the TabGroup, but it looks more like a border color. Tried setting the backgroundSelected and backgroundFocusedcolor as well on TabGroup and the Tab it self. Nothing happens, I'm getting a yellow gradient when I click on a tab group in Android. (Developing for Android 2.2)
-
Any solutions to this?
-
I'm also having issues with this. Anyone find a solution that doesn't involve a major hack?
-
it's in the [doc] (http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.TabGroup-object.html)
Titanium.UI.TabGroup.backgroundColor