phodal/growth

View on GitHub
android/app/src/main/res/values/styles.xml

Summary

Maintainability
Test Coverage
<resources>
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowExitAnimation">@android:anim/fade_out</item>
        <item name="android:windowBackground">@drawable/launch_screen_bitmap</item>
    </style>
</resources>