1
0
Fork 0

drag resizing can now be disabled from the Settings

This commit is contained in:
sspanak 2025-03-17 12:26:57 +02:00 committed by Dimo Karaivanov
parent c2260c1d4e
commit cd635870cf
22 changed files with 98 additions and 10 deletions

View file

@ -6,6 +6,11 @@
app:key="pref_theme"
app:title="@string/pref_dark_theme" />
<SwitchPreferenceCompat
app:key="pref_drag_resize"
app:title="@string/pref_drag_resize"
app:summary="@string/pref_drag_resize_summary" />
<DropDownPreference
app:key="pref_font_size"
app:title="@string/pref_font_size" />