0.2.0 - MainViewModel and DataStore Handling implementation
This commit is contained in:
parent
29a75aa18a
commit
17fa0973b8
149 changed files with 1385 additions and 373 deletions
10
app/src/main/res/values-night/themes.xml
Normal file
10
app/src/main/res/values-night/themes.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue