From b342b62e629d782bc923d9a1a072f97a65ebc02c Mon Sep 17 00:00:00 2001 From: kelson42 Date: Mon, 25 Nov 2013 02:24:56 +0100 Subject: [PATCH] + small margin for fullscreen button --- res/layout/main.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/main.xml b/res/layout/main.xml index ec5805537..5ca46b495 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -57,6 +57,7 @@ android:id="@+id/FullscreenControlButton" android:layout_width="55px" android:layout_height="55px" + android:layout_margin="7px" android:hint="@string/menu_exitfullscreen" android:background="#DDFFFFFF" android:src="@drawable/fullscreen_exit"