Jump to content
schaumermal

Change splash_image_def.xml by default

Recommended Posts

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

Share this post


Link to post
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 by vfbb
  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×