expcapitaldev commented on issue #1475:
URL: 
https://github.com/apache/cordova-android/issues/1475#issuecomment-1218018493

   looks like error here:
   `<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">1000</item>
           <item 
name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
           <item 
name="windowSplashScreenIconBackgroundColor">@color/cdv_splashscreen_icon_background</item>
           <item 
name="**android:windowSplashScreenBrandingImage**">@drawable/ic_cdv_splashscreen_branding</item>
       </style>
   </resources>`
    because after cordova prepare I see 
   ` <item 
name="**windowSplashScreenBrandingImage**">@drawable/ic_cdv_splashscreen_branding</item>`


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