summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThyrus11 <thyrus11@gmail.com>2015-02-21 10:41:01 +0100
committerSteve Kondik <shade@chemlab.org>2015-03-03 20:44:39 +0000
commit0fb0068cce9d443be1d96bdf9df2ca6c1d2d5727 (patch)
treed3ab86e9e369f1aae512df389c1f795d622663c0
parent002b94790a11d09f702e34792d9fdd3c68bb2482 (diff)
downloadpackages_apps_PhoneCommon-0fb0068cce9d443be1d96bdf9df2ca6c1d2d5727.tar.gz
packages_apps_PhoneCommon-0fb0068cce9d443be1d96bdf9df2ca6c1d2d5727.tar.bz2
packages_apps_PhoneCommon-0fb0068cce9d443be1d96bdf9df2ca6c1d2d5727.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
-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 fdec6e2..12d2480 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"