mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Turn splash screen duration into a resource variable
so screenshot tests can define a different duration
This commit is contained in:
6
briar-android/src/screenshotDebug/res/values/attrs.xml
Normal file
6
briar-android/src/screenshotDebug/res/values/attrs.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<integer name="splashScreenDuration">7500</integer>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user