UNPKG

create-sellflow

Version:

Pre-built cross-platform Shopify app template

13 lines 749 B
<resources xmlns:tools="http://schemas.android.com/tools"> <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> <item name="android:editTextBackground">@drawable/rn_edit_text_material</item> <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item> <item name="colorPrimary">@color/colorPrimary</item> <item name="android:statusBarColor">#ffffff</item> </style> <style name="Theme.App.SplashScreen" parent="Theme.SplashScreen"> <item name="windowSplashScreenBackground">@color/splashscreen_background</item> <item name="windowSplashScreenAnimatedIcon">@drawable/splashscreen_logo</item> <item name="postSplashScreenTheme">@style/AppTheme</item> </style> </resources>