aboutsummaryrefslogtreecommitdiff
path: root/dists/android/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dists/android/res/layout/main.xml')
-rw-r--r--dists/android/res/layout/main.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml
index 8b0d515d62..31aa345cc7 100644
--- a/dists/android/res/layout/main.xml
+++ b/dists/android/res/layout/main.xml
@@ -9,4 +9,8 @@
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"
/>