15 lines
734 B
XML
15 lines
734 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Base.Theme.MinimalistWallpaper" parent="Theme.Material3.DayNight.NoActionBar">
|
|
<!-- Customize your light theme here. -->
|
|
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
|
</style>
|
|
|
|
<style name="Theme.MinimalistWallpaper" parent="Base.Theme.MinimalistWallpaper" />
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="android:windowBackground">@android:color/white</item>
|
|
<item name="colorOnPrimary">@color/white</item>
|
|
<item name="android:statusBarColor" />
|
|
</style>
|
|
</resources> |