summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorThyrus11 <thyrus11@gmail.com>2015-02-21 10:41:01 +0100
committerSteve Kondik <steve@cyngn.com>2015-03-14 23:55:06 -0700
commit833262137a11b0c72469a9ccff077f21dd453823 (patch)
treed91a7efdef11eee775b0133bc0596e1d3e729212 /res
parentb9fe1984c109e4b1dcd47378392f25f46116d66a (diff)
downloadandroid_packages_apps_PhoneCommon-833262137a11b0c72469a9ccff077f21dd453823.tar.gz
android_packages_apps_PhoneCommon-833262137a11b0c72469a9ccff077f21dd453823.tar.bz2
android_packages_apps_PhoneCommon-833262137a11b0c72469a9ccff077f21dd453823.zip
Themes: Make dialpad seperator line theme-able
Using an existing value in colors is defined (dialpad_seperator_line_color) in AOSP, but overwritten in layout Change-Id: I5905f9e5d692dff8a60aa0ab4963e387bdd1da15
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/dialpad_view.xml b/res/layout/dialpad_view.xml
index e55d1c2..2efcd7a 100644
--- a/res/layout/dialpad_view.xml
+++ b/res/layout/dialpad_view.xml
@@ -99,7 +99,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
- android:background="#e3e3e3" />
+ android:background="@color/dialpad_separator_line_color" />
<Space
android:layout_width="match_parent"