v3.2.3: various further Android-specific UI/layout improvements
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:installLocation="auto"
|
||||
android:targetSandboxVersion="2"
|
||||
xmlns:dist="http://schemas.android.com/apk/distribution">
|
||||
android:targetSandboxVersion="2">
|
||||
|
||||
<dist:module dist:instant="true" />
|
||||
<uses-feature android:glEsVersion="0x00020000"/>
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
@@ -22,7 +19,7 @@
|
||||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="${appName}"
|
||||
android:theme="@style/Theme"
|
||||
android:theme="@style/GameTheme"
|
||||
android:appCategory="game"
|
||||
android:isGame="true"
|
||||
android:resizeableActivity="true"
|
||||
|
||||
Reference in New Issue
Block a user