aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v31
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-09-20 21:02:14 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-09-20 21:02:14 +0000
commit0ea7b4f80a6589af5a590495123424690c4de4f1 (patch)
treee714402792ff0c8a8cfd6e73b53711566a647f35 /app/src/main/res/values-v31
parent3e4068442f1e78e76770b18427ed266a392fb896 (diff)
downloadinfinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.tar
infinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.tar.gz
infinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.tar.bz2
infinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.tar.lz
infinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.tar.xz
infinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.tar.zst
infinity-for-reddit-0ea7b4f80a6589af5a590495123424690c4de4f1.zip
New splash screen.
Diffstat (limited to 'app/src/main/res/values-v31')
-rw-r--r--app/src/main/res/values-v31/styles.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values-v31/styles.xml b/app/src/main/res/values-v31/styles.xml
new file mode 100644
index 00000000..b7ec1b10
--- /dev/null
+++ b/app/src/main/res/values-v31/styles.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="AppTheme.Launcher" parent="Theme.SplashScreen">
+ <item name="windowSplashScreenBackground">#FFFFFF</item>
+ <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
+ <item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item>
+ <item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar</item>
+ <item name="android:statusBarColor">#FFFFFF</item>
+ <item name="android:navigationBarColor">#FFFFFF</item>
+ <item name="android:windowLightStatusBar">true</item>
+ </style>
+</resources> \ No newline at end of file