13 lines
566 B
XML
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> |