mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-09-05 10:15:37 +08:00
8 lines
359 B
XML
8 lines
359 B
XML
<resources>
|
|
<!-- Base application theme. -->
|
|
<style name="Base.Theme.DefaultAppTheme" parent="Theme.Material3.DayNight.NoActionBar">
|
|
<!-- Customize your dark theme here. -->
|
|
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
|
|
<item name="android:background">@color/background_night</item>
|
|
</style>
|
|
</resources> |