[android] fix: Zoom button was squashed on Nexus 7 (landscape).

This commit is contained in:
a.marchuk 2015-07-21 17:34:42 +03:00 committed by Alex Zolotarev
parent b4c8c4984d
commit 5d257afecc

View file

@ -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