Skip to content

Commit 84768fd

Browse files
authored
Added "presplash"_color argument
Added "presplash_color" argument to set the loading screen background color
1 parent cce254f commit 84768fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/templates/strings.tmpl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<resources>
33
<string name="app_name">{{ args.name }}</string>
44
<string name="private_version">0.1</string>
5+
<string name="presplash_color">{{ args.presplash_color }}</string>
56
</resources>

0 commit comments

Comments
 (0)