0.6.0 - BookInfo Screen

This commit is contained in:
Acclorite 2024-02-23 16:44:29 +02:00
parent 090d5fc003
commit 03b1ef48c2
74 changed files with 2410 additions and 498 deletions

View file

@ -3,6 +3,9 @@
<style name="Theme.BooksHistoryResurrection" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
<style name="Theme.Start.Splash" parent="Theme.SplashScreen">