Loading app/src/main/res/values/themes.xml +6 −1 Original line number Diff line number Diff line Loading @@ -13,4 +13,9 @@ <item name="android:statusBarColor">?attr/colorPrimaryVariant</item> <!-- Customize your theme here. --> </style> <!-- SplashScreen --> <style name="SplashScreen" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:statusBarColor" tools:targetApi="l">?attr/colorOnPrimary</item> </style> </resources> Loading
app/src/main/res/values/themes.xml +6 −1 Original line number Diff line number Diff line Loading @@ -13,4 +13,9 @@ <item name="android:statusBarColor">?attr/colorPrimaryVariant</item> <!-- Customize your theme here. --> </style> <!-- SplashScreen --> <style name="SplashScreen" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:statusBarColor" tools:targetApi="l">?attr/colorOnPrimary</item> </style> </resources>