diff --git a/builds/android/app/build.gradle b/builds/android/app/build.gradle index 2a1c485766..439492dfbb 100644 --- a/builds/android/app/build.gradle +++ b/builds/android/app/build.gradle @@ -5,9 +5,9 @@ android { assetPacks = [":assets"] defaultConfig { applicationId "org.easyrpg.player" - compileSdk 35 + compileSdk 34 minSdkVersion 21 - targetSdkVersion 35 + targetSdkVersion 34 versionName VERSION_NAME versionCode Integer.parseInt(VERSION_CODE) } diff --git a/builds/android/app/src/main/AndroidManifest.xml b/builds/android/app/src/main/AndroidManifest.xml index 3be2ba9ac3..691be0ed5d 100644 --- a/builds/android/app/src/main/AndroidManifest.xml +++ b/builds/android/app/src/main/AndroidManifest.xml @@ -70,7 +70,8 @@ + android:configChanges="orientation|screenSize" + android:theme="@style/AppThemePlayerActivity"/> + + EasyRPG Folders Settings Screen scaling: + Fullscreen Force landscape orientation Scale to screen size using nearest neighbour (Fast, bad quality) Scale to a multiple of the game resolution (Fast, smaller image, good quality) diff --git a/builds/android/app/src/main/res/values/styles.xml b/builds/android/app/src/main/res/values/styles.xml index 177cefc895..61a89decdd 100644 --- a/builds/android/app/src/main/res/values/styles.xml +++ b/builds/android/app/src/main/res/values/styles.xml @@ -8,6 +8,9 @@ @color/colorAccent + +