drag resizing can now be disabled from the Settings
This commit is contained in:
parent
c2260c1d4e
commit
cd635870cf
22 changed files with 98 additions and 10 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue