summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-18 14:04:38 -0800
committerQi Wang <wangqi@google.com>2016-02-18 14:04:38 -0800
commitce96d51840bff55a6629dedb3395328be12a9d6a (patch)
treec910a947204a81c26f3c82879ee1caa5531aaa9f /res
parent3fc59a42bb9911ab436bd4304483a28dc7c029b3 (diff)
Use dimen value for bottom space height under dialpad in landscape mode.
Bug: 26861613 Change-Id: I14340ab7f0d0a8ed2880e59a716d9ee63c39d28a
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/dialpad_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/dialpad_fragment.xml b/res/layout-land/dialpad_fragment.xml
index 680c2d770..538cba74c 100644
--- a/res/layout-land/dialpad_fragment.xml
+++ b/res/layout-land/dialpad_fragment.xml
@@ -60,7 +60,7 @@
<!-- Margin bottom and alignParentBottom don't work well together, so use a Space instead. -->
<Space android:id="@+id/dialpad_floating_action_button_margin_bottom"
android:layout_width="match_parent"
- android:layout_height="8dp"
+ android:layout_height="@dimen/floating_action_button_margin_bottom"
android:layout_alignParentBottom="true" />
<FrameLayout