Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce96d518 authored by Qi Wang's avatar Qi Wang
Browse files

Use dimen value for bottom space height under dialpad in landscape mode.

Bug: 26861613
Change-Id: I14340ab7f0d0a8ed2880e59a716d9ee63c39d28a
parent 3fc59a42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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