move the Preview icons more to the side

This commit is contained in:
tibbi 2016-06-13 18:50:36 +02:00
parent a8a229afe7
commit db9eb1685a
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
android:layout_width="@dimen/icon_size"
android:layout_height="@dimen/icon_size"
android:layout_alignParentRight="true"
android:layout_margin="@dimen/activity_margin"
android:layout_margin="@dimen/side_icon_padding"
android:padding="@dimen/side_icon_padding"
android:src="@mipmap/about"/>
@ -25,7 +25,7 @@
android:layout_height="@dimen/icon_size"
android:layout_alignParentRight="true"
android:layout_below="@+id/about"
android:layout_marginRight="@dimen/activity_margin"
android:layout_marginRight="@dimen/side_icon_padding"
android:padding="@dimen/side_icon_padding"
android:src="@mipmap/videocam"/>