summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-04-15 18:58:07 -0700
committerAndrew Lee <anwlee@google.com>2014-04-16 10:45:26 -0700
commit6a750eb82c411a7fca87a45b187d7814e77b3db4 (patch)
tree456bb7237fedbac8246a43ab9d9c62c51b3b7dc8 /res/values/styles.xml
parent32e7495570c1e8ba9cfd4b32998e8b13fd37f46a (diff)
Stylizing action bar tabs to QP green-ish theme.
- Changed colors, sizes to reflect specified restyling. - Changed drawing of colored rectangles into drawable colors. - Cleared/removed unused underlines/styles/drawables. - Added tab_text_color resource for selected/not text styling. - Changed action_bar_tab to be more specific in its provision of drawables so that drawable styling is less order dependent. Bug: 14012803 Change-Id: I86a712fd05a5e7cbec12d4979a59dd67788439ea
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3d3a43190..c0f296d84 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -168,14 +168,11 @@
<!-- Styling for the tab bar; handles styling of the divider line. -->
<style name="DialtactsActionBarTabBarStyle"
parent="@android:style/Widget.Quantum.ActionBar.TabBar">
- <item name="android:divider">@drawable/divider</item>
- <item name="android:showDividers">middle</item>
- <item name="android:dividerPadding">@dimen/tab_divider_padding</item>
- <item name="android:background">@drawable/action_bar_tab</item>
+ <item name="android:showDividers">none</item>
</style>
<!-- Styling for tabs. -->
- <style name="DialtactsActionBarTabStyle" parent="@android:style/Widget.Holo.ActionBar.TabView">
+ <style name="DialtactsActionBarTabStyle" parent="@android:style/Widget.Quantum.ActionBar.TabView">
<item name="android:background">@drawable/action_bar_tab</item>
<item name="android:showDividers">none</item>
</style>