Newer
Older
dcms_cr_app / app / src / main / res / values / themes.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>

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