File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3+
4+ <style name =" WordPress" parent =" Base.Wordpress" >
5+ <item name =" android:navigationBarColor" >?attr/colorSurface</item >
6+ <item name =" android:windowSplashScreenBackground" >?attr/colorOnPrimary</item >
7+ <item name =" android:windowSplashScreenAnimatedIcon" >@drawable/splash_icon</item >
8+ </style >
9+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3+
4+ <style name =" WordPress" parent =" Base.Wordpress" >
5+ <item name =" android:navigationBarColor" >@android:color/white</item >
6+ <item name =" android:windowLightNavigationBar" >true</item >
7+ <item name =" android:windowSplashScreenBackground" >?attr/colorOnPrimary</item >
8+ <item name =" android:windowSplashScreenAnimatedIcon" >@drawable/splash_icon</item >
9+ </style >
10+ </resources >
You can’t perform that action at this time.
0 commit comments