mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Move resolution scaler to scalers category
This commit is contained in:
parent
5a11ba8c2f
commit
74f66bb8f2
@ -23,13 +23,7 @@
|
|||||||
android:key="disableGestures"
|
android:key="disableGestures"
|
||||||
android:summary="@string/mcl_disable_gestures_subtitle"
|
android:summary="@string/mcl_disable_gestures_subtitle"
|
||||||
android:title="@string/mcl_disable_gestures" />
|
android:title="@string/mcl_disable_gestures" />
|
||||||
<net.kdt.pojavlaunch.prefs.CustomSeekBarPreference
|
|
||||||
android:key="resolutionRatio"
|
|
||||||
android:summary="@string/mcl_setting_subtitle_resolution_scaler"
|
|
||||||
android:title="@string/mcl_setting_title_resolution_scaler"
|
|
||||||
app2:showSeekBarValue="true"
|
|
||||||
app2:selectable="false"
|
|
||||||
app2:icon="@drawable/resolution_scaler"/>
|
|
||||||
<androidx.preference.SwitchPreferenceCompat
|
<androidx.preference.SwitchPreferenceCompat
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="freeform"
|
android:key="freeform"
|
||||||
@ -76,7 +70,13 @@
|
|||||||
|
|
||||||
<androidx.preference.PreferenceCategory
|
<androidx.preference.PreferenceCategory
|
||||||
android:title="@string/mcl_setting_category_scaling">
|
android:title="@string/mcl_setting_category_scaling">
|
||||||
|
<net.kdt.pojavlaunch.prefs.CustomSeekBarPreference
|
||||||
|
android:key="resolutionRatio"
|
||||||
|
android:summary="@string/mcl_setting_subtitle_resolution_scaler"
|
||||||
|
android:title="@string/mcl_setting_title_resolution_scaler"
|
||||||
|
app2:showSeekBarValue="true"
|
||||||
|
app2:selectable="false"
|
||||||
|
app2:icon="@drawable/resolution_scaler"/>
|
||||||
<net.kdt.pojavlaunch.prefs.CustomSeekBarPreference
|
<net.kdt.pojavlaunch.prefs.CustomSeekBarPreference
|
||||||
android:key="buttonscale"
|
android:key="buttonscale"
|
||||||
android:title="@string/mcl_setting_title_buttonscale"
|
android:title="@string/mcl_setting_title_buttonscale"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user