mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-03-04 08:31:49 +00:00
- add splash screen to the app
This commit is contained in:
parent
25f15196d8
commit
b26d0c29c2
3 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
<application android:allowBackup="false" android:icon="@drawable/ic_qquest" android:label="@string/qzdoom">
|
<application android:allowBackup="false" android:icon="@drawable/ic_qquest" android:label="@string/qzdoom">
|
||||||
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
|
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
|
||||||
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2"/>
|
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2"/>
|
||||||
|
<meta-data android:name="com.oculus.ossplash" android:value="true"/>
|
||||||
<!-- The activity is the built-in NativeActivity framework class. -->
|
<!-- The activity is the built-in NativeActivity framework class. -->
|
||||||
<!-- launchMode is set to singleTask because there should never be multiple copies of the app running. -->
|
<!-- launchMode is set to singleTask because there should never be multiple copies of the app running. -->
|
||||||
<!-- Theme.Black.NoTitleBar.Fullscreen gives solid black instead of a (bad stereoscopic) gradient on app transition. -->
|
<!-- Theme.Black.NoTitleBar.Fullscreen gives solid black instead of a (bad stereoscopic) gradient on app transition. -->
|
||||||
|
|
BIN
assets/vr_splash.full.png
Normal file
BIN
assets/vr_splash.full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 KiB |
BIN
assets/vr_splash.png
Normal file
BIN
assets/vr_splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
Loading…
Reference in a new issue