summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-03 14:31:19 -0700
committerAndrew Lee <anwlee@google.com>2014-06-03 14:35:41 -0700
commit40d05c187c35ebc751712ff7e81f385e6157e130 (patch)
tree6b0c95ab11f47ee86c20a89bd940384e5d2dcf88 /res/layout
parent2d1100b988383a68248ba0444164056898217602 (diff)
downloadandroid_packages_apps_ContactsCommon-40d05c187c35ebc751712ff7e81f385e6157e130.tar.gz
android_packages_apps_ContactsCommon-40d05c187c35ebc751712ff7e81f385e6157e130.tar.bz2
android_packages_apps_ContactsCommon-40d05c187c35ebc751712ff7e81f385e6157e130.zip
Change dialpad line's color to #e3e3e3
The white line was also interacting weirdly with the ripple, so I compounded it into the space's height instead. Bug: 15408890 Change-Id: I3cc22a9f7c7e10078718bb27b52c2dd5de1378c5
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dialpad_view.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/res/layout/dialpad_view.xml b/res/layout/dialpad_view.xml
index 7a33af08..7dfbff67 100644
--- a/res/layout/dialpad_view.xml
+++ b/res/layout/dialpad_view.xml
@@ -79,16 +79,11 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
- android:background="#d6d6d6" />
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="#ffffff" />
+ android:background="#e3e3e3" />
<Space
android:layout_width="match_parent"
- android:layout_height="13dp" />
+ android:layout_height="14dp" />
<include layout="@layout/dialpad" />