From 563d83701313fcd71ac7090deb61e7f3910e6070 Mon Sep 17 00:00:00 2001 From: Joel Teichroeb Date: Wed, 22 Jan 2014 14:23:30 -0800 Subject: ANDROID: Modernize build system Written originally by @Botje for ResidualVM --- dists/android/res/layout/main.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dists/android/res/layout/main.xml') diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml index 31aa345cc7..8b0d515d62 100644 --- a/dists/android/res/layout/main.xml +++ b/dists/android/res/layout/main.xml @@ -9,8 +9,4 @@ android:keepScreenOn="true" android:focusable="true" android:focusableInTouchMode="true" - android:layout_marginTop="@dimen/verticalMargin" - android:layout_marginLeft="@dimen/horizontalMargin" - android:layout_marginBottom="@dimen/verticalMargin" - android:layout_marginRight="@dimen/horizontalMargin" /> -- cgit v1.2.3