24 lines
1.0 KiB
XML
Raw Normal View History

2024-08-12 17:02:52 +09:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.LunarLauncher.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/ic_launcher_primary</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<item name="postSplashScreenTheme">@style/Theme.LunarLauncher</item>
</style>
<style name="Slider" parent="Widget.Material3.Slider">
<item name="thumbRadius">8dp</item>
<item name="trackCornerRadius">8dp</item>
<item name="trackColorInactive">?attr/scrimBackground</item>
</style>
<style name="BottomSheetDialog" parent="Theme.Material3.DayNight.BottomSheetDialog">
<item name="android:windowSoftInputMode">adjustResize</item>
<item name="android:navigationBarColor">?attr/colorSurface</item>
</style>
<style name="SettingsNavBar">
<item name="android:navigationBarColor">?attr/colorSurface</item>
</style>
</resources>