schaumermal 0 Posted May 17, 2022 (edited) Hi, is theres a way to change the splash_image_def.xml by default? In the default splash_image_def.xml for Android the background color ist set to black. But I would always like to have white. I can always change it manually, but that's not the best solution. Especially since it is recreated each time it is compiled. Edited May 17, 2022 by schaumermal Share this post Link to post
vfbb 285 Posted May 17, 2022 (edited) 1 hour ago, schaumermal said: Especially since it is recreated each time it is compiled. This can be avoided by simply disabling it from the project deployment and creating yours with the same remotedir and remotename. Whenever possible, it's better to do this in your project than in the default delphi files, because you won't be able to share your project with someone else without them having the same issue unless they also edit their default splash . Here's a practical example of a project that does this: https://github.com/skia4delphi/skia4delphi/tree/main/Samples/Webinar - Demo/FMX Edited May 17, 2022 by vfbb 1 Share this post Link to post