summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" />