aboutsummaryrefslogtreecommitdiff
path: root/dists/android/res/layout/main.xml
diff options
context:
space:
mode:
authorEugene Sandulenko2015-01-04 19:53:41 +0100
committerEugene Sandulenko2015-01-04 19:53:41 +0100
commitf92e5695708943e3fb51e02089f2187aef7be0c3 (patch)
tree41143f8c9a2e053910768e0cdff2620f9eee1512 /dists/android/res/layout/main.xml
parent9abd92a711bc8615c389ab00a2a30627c813c00f (diff)
parent563d83701313fcd71ac7090deb61e7f3910e6070 (diff)
downloadscummvm-rg350-f92e5695708943e3fb51e02089f2187aef7be0c3.tar.gz
scummvm-rg350-f92e5695708943e3fb51e02089f2187aef7be0c3.tar.bz2
scummvm-rg350-f92e5695708943e3fb51e02089f2187aef7be0c3.zip
Merge pull request #425 from klusark/android
ANDROID: Modernize build system
Diffstat (limited to 'dists/android/res/layout/main.xml')
-rw-r--r--dists/android/res/layout/main.xml4
1 files changed, 0 insertions, 4 deletions
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"
/>