erisu commented on issue #256:
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/256#issuecomment-1290208031

   I was wonder if we could dummy down the plugin to build the xml theme 
overrides instead of doing things logicially?
   
   ```xml
   <resources>
       <style name="Theme.Cdv" parent="Theme.AppCompat.NoActionBar">
           <item name="colorPrimary">@color/color_primary</item>
           <item name="colorPrimaryDark">@color/color_secondary</item>
           <item name="colorAccent">@color/color_accent</item>
           <item name="android:statusBarColor">@color/color_primary</item>
       </style>
   </resources>
   ```
   
   Not sure if this would work, but I had a feeling that when the Splash Screen 
complete, it changes the Activity theme back to the defined 
`postSplashScreenTheme` which might be where black color defined as the default.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to