summaryrefslogtreecommitdiff
path: root/android/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/values/styles.xml')
-rw-r--r--android/res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml
new file mode 100644
index 0000000..77377af
--- /dev/null
+++ b/android/res/values/styles.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="AppTheme" parent="android:Theme.Holo.Light.NoActionBar.Fullscreen">
+ <item name="android:windowBackground">@color/ic_background_color</item>
+ </style>
+</resources>