Turn splash screen duration into a resource variable

so screenshot tests can define a different duration
This commit is contained in:
Torsten Grote
2021-03-19 14:27:10 -03:00
parent 4ca286b28e
commit dcd37f71d1
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="splashScreenDuration">7500</integer>
</resources>