0.2.0 - MainViewModel and DataStore Handling implementation

This commit is contained in:
Acclorite 2023-12-31 17:57:49 +02:00
parent 29a75aa18a
commit 17fa0973b8
149 changed files with 1385 additions and 373 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.Start.Splash" parent="Theme.SplashScreen">
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
<item name="postSplashScreenTheme">@style/Theme.BooksHistoryResurrection</item>
<item name="windowSplashScreenBackground">@color/splash_bg_dark</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
</style>
</resources>