You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/08 12:27:48 UTC

[GitHub] [cordova-plugin-splashscreen] bhandaribhumin edited a comment on issue #311: Overlap with the new Android 12 SplashScreen API

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org