From 101a82d23fe215a2087006461f58f53a3789ba4c Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 8 Apr 2014 14:52:01 -0700 Subject: [PATCH] Fix action bar theming Change-Id: If1a7040e4f6d2e8e1195a67a03ed0e24f31e68f4 --- core/res/res/values/themes_quantum.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/core/res/res/values/themes_quantum.xml b/core/res/res/values/themes_quantum.xml index 17bab3071ec11..b5ac8fa3946a6 100644 --- a/core/res/res/values/themes_quantum.xml +++ b/core/res/res/values/themes_quantum.xml @@ -296,10 +296,11 @@ please see themes_device_defaults.xml. @style/Widget.Quantum.ActionBar.TabText @style/Widget.Quantum.ActionMode @style/Widget.Quantum.ActionButton.CloseMode - @style/Widget.Quantum.ActionBar + @style/Widget.Quantum.ActionBar.Solid @dimen/action_bar_default_height @style/Widget.Quantum.PopupWindow.ActionMode @null + @null @drawable/item_background_quantum @drawable/ic_menu_cut_quantum @@ -356,18 +357,18 @@ please see themes_device_defaults.xml. atThumb - @color/quantum_grey_700 - @color/quantum_grey_500 - @color/quantum_grey_100 + @color/quantum_blue_700 + @color/quantum_blue_500 + @color/quantum_blue_100 @color/quantum_teal_A200 ?attr/textColorSecondary - ?attr/colorPrimaryDark + ?attr/colorPrimary @color/quantum_grey_700 @color/quantum_grey_500 ?attr/colorPrimary - ?attr/colorPrimaryDark + ?attr/colorPrimaryLight @@ -634,6 +635,7 @@ please see themes_device_defaults.xml. @dimen/action_bar_default_height @style/Widget.Quantum.Light.PopupWindow.ActionMode @null + @null @drawable/item_background_quantum @drawable/ic_menu_cut_quantum @@ -686,18 +688,18 @@ please see themes_device_defaults.xml. atThumb - @color/quantum_grey_700 - @color/quantum_grey_500 - @color/quantum_grey_100 + @color/quantum_blue_700 + @color/quantum_blue_500 + @color/quantum_blue_100 @color/quantum_teal_A200 ?attr/textColorSecondary - ?attr/colorPrimaryLight + ?attr/colorPrimary @color/quantum_grey_100 @color/quantum_grey_500 ?attr/colorPrimary - ?attr/colorPrimaryLight + ?attr/colorPrimaryDark