- add splash screen to the app

This commit is contained in:
Emanuele Disco 2021-08-20 17:51:57 +09:00
parent 25f15196d8
commit b26d0c29c2
3 changed files with 1 additions and 0 deletions

View file

@ -19,6 +19,7 @@
<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.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. -->
<!-- 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. -->

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB