andreszs commented on issue #1534: URL: https://github.com/apache/cordova-android/issues/1534#issuecomment-1698195692
The workaround I found is to edit **AndroidManifest.xml** and replace:android:theme="@style/Theme.AppCompat.NoActionBar" with: android:theme="@style/Theme.App.SplashScreen" However, everytime the app is built, this change is reverted, and involves a double-building first with Cordova, then Android Studio to deploy with the fixed manifest XML. Any ideas on how to avoid this and have the proper theme set in AndroidManifest.xml directly with Cordova CLI? -- 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]
