1<!-- 2 Settings in this file should/will be overridden by specific app's resources. 3--> 4<resources> 5 <style name="Theme.App.SplashScreen" parent="Theme.AppCompat.Light.NoActionBar"> 6 <item name="android:windowBackground">@drawable/splashscreen</item> 7 <item name="android:windowDrawsSystemBarBackgrounds">true</item> 8 <item name="android:statusBarColor">@android:color/transparent</item> 9 </style> 10</resources> 11