summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-09-11 16:34:47 -0700
committerBrian Attwell <brianattwell@google.com>2014-09-11 16:37:27 -0700
commit1b8e8d7c021ad71c27465ea14f354cb09cbfe65e (patch)
treeb7de8a8614918d1511203cbbc77585aa1c68310f /res/layout
parente48245818e2bfb4e78d4a5a4bd462b12c797ffd0 (diff)
downloadpackages_apps_PhoneCommon-1b8e8d7c021ad71c27465ea14f354cb09cbfe65e.tar.gz
packages_apps_PhoneCommon-1b8e8d7c021ad71c27465ea14f354cb09cbfe65e.tar.bz2
packages_apps_PhoneCommon-1b8e8d7c021ad71c27465ea14f354cb09cbfe65e.zip
Parameterize a spacing dimen in dialpad
I intend to override these values inside Telephony. Bug: 17380050 Change-Id: I27485585c5fda2edbf0b1444b85aba0379c9cd28
Diffstat (limited to 'res/layout')
-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 9340667..a6ff7aa 100644
--- a/res/layout/dialpad_view.xml
+++ b/res/layout/dialpad_view.xml
@@ -86,7 +86,7 @@
<Space
android:layout_width="match_parent"
- android:layout_height="14dp" />
+ android:layout_height="@dimen/dialpad_space_above_keys" />
<include layout="@layout/dialpad" />