Add OSC recenter sticks option description

This commit is contained in:
lynxnb 2023-04-19 23:55:01 +02:00 committed by Billy Laws
parent 563c72afa9
commit cce4b3f89a
2 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class ControllerActivity : AppCompatActivity() {
appSettings.onScreenControlFeedback = item.checked
})
items.add(ControllerCheckBoxViewItem(getString(R.string.osc_recenter_sticks), "", appSettings.onScreenControlRecenterSticks) { item, position ->
items.add(ControllerCheckBoxViewItem(getString(R.string.osc_recenter_sticks), getString(R.string.osc_recenter_sticks_desc), appSettings.onScreenControlRecenterSticks) { item, position ->
appSettings.onScreenControlRecenterSticks = item.checked
})

View File

@ -177,6 +177,7 @@
<string name="confirm">Confirm</string>
<string name="cancel">Cancel</string>
<string name="osc_recenter_sticks">Recenter Sticks On Touch</string>
<string name="osc_recenter_sticks_desc">Reposition the sticks at the pressed location when they are touched</string>
<string name="osc_use_stick_regions">Use Stick Regions</string>
<string name="osc_use_stick_regions_desc">Extend the activation area of the sticks to rectangles covering the corresponding half of the screen</string>
<string name="controller">Controller</string>