Mico_Wallpaper/app/src/main/res/values/themes.xml
2024-11-20 16:24:08 +08:00

13 lines
566 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.WallpaperSelection" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.WallpaperSelection" parent="Base.Theme.WallpaperSelection" >
<item name="android:statusBarColor">@color/color_main</item>
<item name="colorOnSecondary">@color/white</item>
</style>
</resources>