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>
|
||||
|
||||
6
packaging/android/res/values/apptheme.xml
Normal file
6
packaging/android/res/values/apptheme.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
|
||||
<item name="android:windowBackground">@drawable/splash_logo</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user