summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-03-25 15:15:24 -0700
committerAdrian Roos <roosa@google.com>2015-03-31 00:36:34 +0000
commitaf5445e87991b65d8274db9fef4f2c2f30485a05 (patch)
tree5c64a7af6dc0a62d57630cb552fd158b91ad27fe /res/values-land
parent98750f5774070527403035d1713ea59abd71ec08 (diff)
downloadpackages_apps_PhoneCommon-af5445e87991b65d8274db9fef4f2c2f30485a05.tar.gz
packages_apps_PhoneCommon-af5445e87991b65d8274db9fef4f2c2f30485a05.tar.bz2
packages_apps_PhoneCommon-af5445e87991b65d8274db9fef4f2c2f30485a05.zip
Make dialpad themeable
Bug: 19841919 Change-Id: Ie66d84e0027f739625c334c7a774fea8ee42b25f
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index 07f4998..24d6f27 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -17,7 +17,7 @@
<resources>
<style name="DialpadKeyNumberStyle">
- <item name="android:textColor">@color/dialpad_primary_text_color</item>
+ <item name="android:textColor">?attr/dialpad_text_color_primary</item>
<item name="android:textSize">@dimen/dialpad_key_numbers_size</item>
<item name="android:fontFamily">sans-serif-light</item>
<item name="android:layout_width">@dimen/dialpad_key_number_width</item>
@@ -26,7 +26,7 @@
</style>
<style name="DialpadKeyLettersStyle">
- <item name="android:textColor">@color/dialpad_secondary_text_color</item>
+ <item name="android:textColor">?attr/dialpad_text_color_secondary</item>
<item name="android:textSize">@dimen/dialpad_key_letters_size</item>
<item name="android:fontFamily">sans-serif-regular</item>
<item name="android:layout_width">wrap_content</item>