summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-23 02:19:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-23 02:19:02 +0000
commitac283daf348bad15811af28ab88defe137275e0c (patch)
treeb2b07c8f24955d792cd54eeb075bcbc01ce3cb2a /res
parent627aa514114a6250b15b518c5ff836e4551d11b9 (diff)
parentce96d51840bff55a6629dedb3395328be12a9d6a (diff)
Merge "Use dimen value for bottom space height under dialpad in landscape mode." into nyc-dev
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 840ec6c4c..70a38ae20 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