diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-17 20:18:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-17 20:18:35 +0300 |
| commit | 5b1cfb8852009bf3c4ac56ea5ca833fff992864d (patch) | |
| tree | 5d8dda332f9de2db47b7c508bbd9e7cb241e3048 /player-android/android/app/src/main/res/values | |
| parent | c11b7c145fc1b2db6c1ed29a7abd739d0f6cbf3b (diff) | |
Complete player-android Flutter scaffold
Diffstat (limited to 'player-android/android/app/src/main/res/values')
| -rw-r--r-- | player-android/android/app/src/main/res/values/styles.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/player-android/android/app/src/main/res/values/styles.xml b/player-android/android/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..ff81bae --- /dev/null +++ b/player-android/android/app/src/main/res/values/styles.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar"> + <item name="android:windowBackground">@drawable/launch_background</item> + </style> + <style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar"> + <item name="android:windowBackground">?android:colorBackground</item> + </style> +</resources> |
