champikamendis commented on issue #1600:
URL:
https://github.com/apache/cordova-android/issues/1600#issuecomment-1521019047
Here is the requested themes.xml file inside the relevant platform
`<?xml version='1.0' encoding='utf-8'?>
<resources>
<style name="Theme.App.SplashScreen"
parent="Theme.SplashScreen.IconBackground">
<item
name="windowSplashScreenBackground">@color/cdv_splashscreen_background</item>
<item
name="windowSplashScreenAnimatedIcon">@drawable/ic_cdv_splashscreen</item>
<item name="windowSplashScreenAnimationDuration">200</item>
<item
name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
</style>
</resources>
`
--
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]