summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad_view_unthemed.xml2
-rw-r--r--res/values/colors.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/dialpad_view_unthemed.xml b/res/layout/dialpad_view_unthemed.xml
index 5c77d3b..fdbc397 100644
--- a/res/layout/dialpad_view_unthemed.xml
+++ b/res/layout/dialpad_view_unthemed.xml
@@ -56,7 +56,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
- android:background="#e3e3e3" />
+ android:background="@color/dialpad_separator_line_color" />
</LinearLayout>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 27226b7..06ee32e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -1,5 +1,5 @@
<!--
- ~ Copyright (C) 2012 The Android Open Source Project
+ ~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
<color name="dialpad_primary_text_color">@color/dialer_theme_color</color>
<color name="dialpad_secondary_text_color">#737373</color>
<color name="dialpad_digits_text_color">#333</color>
- <color name="dialpad_separator_line_color">#dadada</color>
+ <color name="dialpad_separator_line_color">#e3e3e3</color>
<color name="dialpad_icon_tint">#b3b3b3</color>
<color name="dialpad_voicemail_tint">#919191</color>
</resources>