mirror of
https://github.com/izzy2lost/Super3.git
synced 2026-07-05 15:18:38 -07:00
fix mirrored or backwards touch controls for some languages
This commit is contained in:
@@ -29,8 +29,8 @@ android {
|
||||
minSdk = 26
|
||||
targetSdk = 36
|
||||
|
||||
versionCode = 15
|
||||
versionName = "1.1.4"
|
||||
versionCode = 16
|
||||
versionName = "1.1.5"
|
||||
|
||||
ndk {
|
||||
abiFilters += listOf("arm64-v8a")
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
android:background="@android:color/transparent"
|
||||
android:clickable="false"
|
||||
android:focusable="false"
|
||||
android:importantForAccessibility="no">
|
||||
android:importantForAccessibility="no"
|
||||
android:layoutDirection="ltr">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/overlay_coin"
|
||||
|
||||
Reference in New Issue
Block a user