summaryrefslogtreecommitdiff
path: root/platform/android/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/res/values/styles.xml')
-rw-r--r--platform/android/res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/res/values/styles.xml b/platform/android/res/values/styles.xml
new file mode 100644
index 00000000..ade851dd
--- /dev/null
+++ b/platform/android/res/values/styles.xml
@@ -0,0 +1,5 @@
+<resources>
+ <style name="AppBaseTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen">
+ <item name="android:windowBackground">@drawable/tiled_background</item>
+ </style>
+</resources>