diff options
author | Joel Teichroeb | 2014-01-22 14:23:30 -0800 |
---|---|---|
committer | Joel Teichroeb | 2014-07-22 16:57:30 -0700 |
commit | 563d83701313fcd71ac7090deb61e7f3910e6070 (patch) | |
tree | b2c101eb89a641e7514a417758781ca6e6601712 /dists/android/res/layout | |
parent | be9c3bf72bfc6d0abf650664df4be3595ad96933 (diff) | |
download | scummvm-rg350-563d83701313fcd71ac7090deb61e7f3910e6070.tar.gz scummvm-rg350-563d83701313fcd71ac7090deb61e7f3910e6070.tar.bz2 scummvm-rg350-563d83701313fcd71ac7090deb61e7f3910e6070.zip |
ANDROID: Modernize build system
Written originally by @Botje for ResidualVM
Diffstat (limited to 'dists/android/res/layout')
-rw-r--r-- | dists/android/res/layout/main.xml | 4 |
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" /> |