Newer
Older
final_test_APP136 / app / src / main / res / values-night / themes.xml
@DimaaPankov DimaaPankov on 27 Jun 2023 331 bytes don't refactoring
<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Base.Theme.KaraokeFrog" parent="Theme.Material3.DayNight.NoActionBar">
        <!-- Customize your dark theme here. -->
        <!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
    </style>
</resources>