Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Cocchi <kevin.cocchi@gmail.com>2022-07-06 11:09:40 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-08-10 13:40:38 +0300
commit9730ed202341ec61b2c3246b36dd9172ac7c0cee (patch)
treecacf4433f7ace90a485d3a6cefe7c9a3fc5dd3ab /app/src/main/res/values-v23/styles.xml
parent40c3db8b44f6037c060ca29c54310040397062b9 (diff)
Use the new Android 12 SplashScreen API
Migration reference : https://developer.android.com/guide/topics/ui/splash-screen/migrate
Diffstat (limited to 'app/src/main/res/values-v23/styles.xml')
-rw-r--r--app/src/main/res/values-v23/styles.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/values-v23/styles.xml b/app/src/main/res/values-v23/styles.xml
index 812e48ee..dd7fad3a 100644
--- a/app/src/main/res/values-v23/styles.xml
+++ b/app/src/main/res/values-v23/styles.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
-
<style name="AppTheme" parent="BaseTheme">
<item name="android:statusBarColor">?attr/colorPrimary</item>
<item name="android:windowLightStatusBar">@bool/isDayMode</item>
</style>
-
- <style name="SplashTheme" parent="AppTheme">
- <item name="android:windowBackground">@drawable/splashscreen</item>
- <item name="android:statusBarColor">@color/defaultBrand</item>
- <item name="android:windowLightStatusBar">false</item>
- </style>
</resources> \ No newline at end of file