extension settings

This commit is contained in:
Finnley Somdahl 2023-10-29 19:45:11 -05:00
parent 9c0ef7a788
commit 3368a1bc8d
76 changed files with 2320 additions and 131 deletions

View file

@ -22,6 +22,8 @@
<color name="grey_60">#999999</color>
<color name="darkest_Black">#030201</color>
<color name="grey_nav">#E8EDEDED</color>
<!-- theme 1 -->
<color name="seed_1">#00658e</color>
<color name="md_theme_light_1_primary">#00658E</color>

View file

@ -18,6 +18,7 @@
<item name="android:windowSplashScreenAnimationDuration" tools:targetApi="s">1000</item>
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@drawable/anim_splash</item>
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item>
<item name="android:windowSplashScreenBackground" tools:targetApi="s">@color/bg_black</item>
</style>
<style name="Theme.Dantotsu" parent="Theme.Base">