v3.2.3: various further Android-specific UI/layout improvements

This commit is contained in:
Evan Debenham
2025-08-31 15:04:55 -04:00
parent 9ccdbc5e50
commit 5cd22f6bcd
4 changed files with 38 additions and 29 deletions
+2 -5
View File
@@ -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"