forked from organicmaps/organicmaps
[android] fix: Zoom button was squashed on Nexus 7 (landscape).
This commit is contained in:
parent
b4c8c4984d
commit
5d257afecc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<android.support.v4.widget.Space
|
||||
android:id="@+id/space_bottom"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="382dp"
|
||||
android:layout_height="@dimen/margin_bottom_zoom_buttons"
|
||||
android:layout_alignParentBottom="true"/>
|
||||
|
||||
<ImageButton
|
||||
|
|
Loading…
Add table
Reference in a new issue