Have android build use material theme and splash. Fix no context drawer on mobile.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user