Have android build use material theme and splash. Fix no context drawer on mobile.

This commit is contained in:
2020-06-27 10:43:47 -04:00
parent 5023455cb2
commit 4d7c2592bd
7 changed files with 25 additions and 1 deletions

View File

@@ -18,6 +18,8 @@
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc"
android:name="org.qtproject.qt5.android.bindings.QtActivity"
android:label="Vehicle Voyage"
android:icon="@drawable/logo"
android:theme="@style/AppTheme"
android:screenOrientation="unspecified"
android:launchMode="singleTop">
<intent-filter>