mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Setting swipe action threshold is available.
This commit is contained in:
@@ -16,4 +16,12 @@
|
||||
app:key="disable_swiping_between_tabs"
|
||||
app:title="@string/settings_disable_swiping_between_tabs_title" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="0.3"
|
||||
app:entries="@array/settings_swipe_action_threshold"
|
||||
app:entryValues="@array/settings_swipe_action_threshold"
|
||||
app:key="swipe_action_threshold"
|
||||
app:title="@string/settings_swipe_action_threshold"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user