Hi All,
I'm trying to manipulate the looks of some Tab Widgets.
I figured that one can define styles and themes referencing
TabProperties like this:
<style name="Widget.TabWidget" parent="android:Widget.TabWidget">
<item name="android:background">@drawable/gradient_blue_gray</
item>
</style>
The problem with this style is: it only manipulates the text in the
Tab rsp. it's background, not the whole Tab fields background.
So, how do I reference the whole Tab background?
Have fun.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---