erisu commented on issue #1461:
URL: 
https://github.com/apache/cordova-android/issues/1461#issuecomment-1192280621

   We do not add `accent` to the `colors.xml` file.
   
   You are most likely installing some plugin that is updating the colors.xml 
file.
   
   Also, see Cordova's Core Feature SplashScreen Documentation on how to 
configure the SplashScreen. 
   
   Everything that is needed to know is defined there.
   
   https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html
   
   It does not explicitly say what sets `cdv_splashscreen_background` because 
it is an internal variable... 
   
   Most Cordova developers just want to know how to change the Background 
Color, which there is a preference called 
[`AndroidWindowSplashScreenBackground`](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html#androidwindowsplashscreenbackground)
 that does so.
   
   If we documented every internal variable then the documentation would most 
likely become unreadable or information overload.
   
   You might want to start by reading the documentation.
   
   And no, not all of those preferences were deprecated and removed. We tried 
to keep those that were still valid and able to be used. Again its in the 
documentation linked above.


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