stritchi commented on issue #145:
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/145#issuecomment-949857846


   This problem still exists and I tried to find where the black bars are 
coming from.
   
   a. in the file splashscreen.java the defaut theme 
android.R.style.Theme_Translucent_NoTitleBar is loaded to build the dialogue 
and this of course overwrites everything that you have set up before. I solved 
it to overwrite this file to access my own module style.
   
                   // Create and show the dialog
                   splashDialog = new Dialog(context, 
android.R.style.Theme_Translucent_NoTitleBar);


-- 
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