UNPKG

@rnv/engine-rn

Version:

ReNative Engine to build react-native based platforms.

12 lines (11 loc) 524 B
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> <item name="android:editTextBackground">@drawable/rn_edit_text_material</item> <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> <item name="android:windowBackground">@color/bg</item> </style> <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> <item name="android:windowBackground">@color/bg</item> </style> </resources>