Cool_Wallpaper/app/src/main/res/values/themes.xml
2025-02-26 14:31:38 +08:00

9 lines
411 B
XML

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