Newer
Older
SafetyAuxiliary / app / src / main / res / values / themes.xml
<resources>
    <!-- Base application theme. -->
    <style name="Theme.SafetyAuxiliary" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your light theme here. -->
        <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
    </style>

    <style name="Theme.BigImageActivity" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowAnimationStyle">@style/ActivityInOutAnimation</item>
    </style>
</resources>