Newer
Older
SafetyAuxiliary / app / src / main / res / values / themes.xml
Pengxh on 4 Mar 2024 367 bytes feat(*): first commit
<resources>
    <!-- Base application theme. -->
    <style name="Base.Theme.SafetyAuxiliary" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your light theme here. -->
        <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
    </style>

    <style name="Theme.SafetyAuxiliary" parent="Base.Theme.SafetyAuxiliary" />
</resources>