1<resources> 2 3 <!-- Base application theme. --> 4 <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> 5 <!-- Customize your theme here. --> 6 <item name="android:editTextBackground">@drawable/rn_edit_text_material</item> 7 <item name="android:statusBarColor">@android:color/transparent</item> 8 </style> 9 <style name='BootTheme' parent='Theme.SplashScreen'> 10 <item name="windowSplashScreenBackground">@color/bootsplash_background</item> 11 <item name="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item> 12 <item name="postSplashScreenTheme">@style/AppTheme</item> 13 </style> 14 15</resources> 16