Merge "Use dimen value for bottom space height under dialpad in landscape mode." into nyc-dev
am: ac283daf34
* commit 'ac283daf348bad15811af28ab88defe137275e0c':
Use dimen value for bottom space height under dialpad in landscape mode.
diff --git a/res/layout-land/dialpad_fragment.xml b/res/layout-land/dialpad_fragment.xml
index 840ec6c..70a38ae 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