summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-23 02:33:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-23 02:33:11 +0000
commit80135575915ed18eb2e255adb1696edbac4c0cac (patch)
tree24f66657e8117a583d8240cdb9fa8053884e1c7b /res
parent0994426e7a8d3bd5d722fb733fba20193dd60d7f (diff)
parent44bab468f24541a0cae827e7ed0c63f67e31a5fb (diff)
Merge "Use dimen value for bottom space height under dialpad in landscape mode." into nyc-dev am: ac283daf34
am: 44bab468f2 * commit '44bab468f24541a0cae827e7ed0c63f67e31a5fb': Use dimen value for bottom space height under dialpad in landscape mode.
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