react-native-animated-splash
Version:
[](https://travis-ci.org/joemccann/dillinger)  [ • 934 B
text/xml
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:textColor">#000000</item>
</style>
<style name="DialogTheme">
<item name="android:windowEnterAnimation">@anim/faday</item>
<item name="android:windowExitAnimation">@anim/fadeout_dialog</item>
</style>
<style name="slideLeft">
<item name="android:windowExitAnimation">@anim/slide_left</item>
</style>
<style name="slideRight">
<item name="android:windowExitAnimation">@anim/slide_right</item>
</style>
<style name="slideDown">
<item name="android:windowExitAnimation">@anim/slide_down</item>
</style>
<style name="fade">
<item name="android:windowExitAnimation">@anim/fadeout_dialog</item>
</style>
</resources>