bhandaribhumin edited a comment on issue #311:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/311#issuecomment-938598941


   @ollm I have fixed this using hook 
   create file splash_styles.xml
   ```
   <resources>
     <style name="SplashTheme" parent="android:Theme.Light">
     </style>
     <style name="Theme.RemoveSplashScreenTheme" parent="SplashTheme">
       <item name="android:windowIsTranslucent">true</item>
     </style>
   </resources>
   ```
   You have to add this file instance in AndroidManifest.xml at MainActivity 
section.
   


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