Music_Player/app/src/main/res/values/themes.xml
litingting d76003abef init
2024-09-11 14:07:32 +08:00

9 lines
396 B
XML

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