summaryrefslogtreecommitdiffstats
path: root/src/android/java/res/layout/splash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/java/res/layout/splash.xml')
-rw-r--r--src/android/java/res/layout/splash.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/android/java/res/layout/splash.xml b/src/android/java/res/layout/splash.xml
index 6875521a12..476d91a844 100644
--- a/src/android/java/res/layout/splash.xml
+++ b/src/android/java/res/layout/splash.xml
@@ -1,2 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" />
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" />