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="colorAccent">@color/cyan</item>
    </style>

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