summaryrefslogtreecommitdiffstats
path: root/res/layout/dialpad.xml
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-18 13:58:58 -0800
committerQi Wang <wangqi@google.com>2016-02-18 13:58:58 -0800
commitf52c84e139839fdabe836f2bce690d0803ad340d (patch)
treeac2bb93c18fa20bd2d4d2137683097b8485f7fb3 /res/layout/dialpad.xml
parent312315440fd2fa8e76a7d63a1cd7ac61343cdb74 (diff)
downloadpackages_apps_PhoneCommon-f52c84e139839fdabe836f2bce690d0803ad340d.tar.gz
packages_apps_PhoneCommon-f52c84e139839fdabe836f2bce690d0803ad340d.tar.bz2
packages_apps_PhoneCommon-f52c84e139839fdabe836f2bce690d0803ad340d.zip
Fix overlapping of + and dial button in landscape multi-window mode.
This change also clean up a little around dial pad view. Bug: 26861613 Change-Id: I54dfc5df75038ffce296fc1751acce61434356bf
Diffstat (limited to 'res/layout/dialpad.xml')
-rw-r--r--res/layout/dialpad.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/dialpad.xml b/res/layout/dialpad.xml
index 4cca336..ebfb22d 100644
--- a/res/layout/dialpad.xml
+++ b/res/layout/dialpad.xml
@@ -87,5 +87,5 @@
</LinearLayout>
<Space
android:layout_width="match_parent"
- android:layout_height="@dimen/dialpad_bottom_key_height" />
+ android:layout_height="@dimen/dialpad_bottom_space_height" />
</LinearLayout>