reduce the bottom margin on devices with hardware navigation

This commit is contained in:
Tibor Kaputa
2016-10-27 16:55:55 +02:00
parent 9db80ebf70
commit 604dc90ab1
2 changed files with 7 additions and 1 deletions

View File

@ -50,7 +50,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="@dimen/preview_btn_margin"
android:layout_marginBottom="@dimen/activity_margin"
android:gravity="center_horizontal|bottom">
<ImageView