psychoapk/app/src/main/res/values-night/themes.xml

7 lines
333 B
XML
Raw Normal View History

2025-01-29 23:01:25 +03:00
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.NotifyService" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
</resources>