summaryrefslogtreecommitdiff
path: root/player-android/android/app/src/main/res/values-night/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'player-android/android/app/src/main/res/values-night/styles.xml')
-rw-r--r--player-android/android/app/src/main/res/values-night/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/player-android/android/app/src/main/res/values-night/styles.xml b/player-android/android/app/src/main/res/values-night/styles.xml
new file mode 100644
index 0000000..c6e7031
--- /dev/null
+++ b/player-android/android/app/src/main/res/values-night/styles.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
+ <item name="android:windowBackground">@drawable/launch_background</item>
+ </style>
+ <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
+ <item name="android:windowBackground">?android:colorBackground</item>
+ </style>
+</resources>