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

@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.BooksHistoryResurrection" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Theme.BooksHistoryResurrection" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
</style>
<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_light</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
</style>
</resources>