UNPKG

react-native-animated-splash

Version:

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger) ![Supports Android and iOS](https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg?style=flat-square) [![License](htt

25 lines (24 loc) 934 B
<?xml version="1.0" encoding="utf-8"?> <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>