abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorMatej Drobnič2025-09-29 00:56:23 +0200
committerGitHub2025-09-29 00:56:23 +0200
commitdf8e7a01e0e69c2a8463a27096d4d3c33b1f6b46 (patch)
tree354034f08133fa4aa6073ba386258b408e2bd046 /res/xml/settings.xml
parent7fdf63b930e51a06011ce911cf87a03c41b8334d (diff)
downloadunexpected-keyboard-df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46.tar.gz
unexpected-keyboard-df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46.zip
Make history duration configurable (#1074)
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 22dbef2..c96f546 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -59,4 +59,7 @@
<juloo.keyboard2.prefs.IntSlideBarPreference android:key="custom_border_radius" android:title="@string/pref_corners_radius_title" android:summary="%s%%" android:defaultValue="0" min="0" max="100" android:dependency="border_config"/>
<juloo.keyboard2.prefs.SlideBarPreference android:key="custom_border_line_width" android:title="@string/pref_border_width_title" android:summary="%sdp" android:defaultValue="0" min="0" max="5" android:dependency="border_config"/>
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/pref_category_clipboard">
+ <ListPreference android:key="clipboard_history_duration" android:title="@string/pref_clipboard_history_duration" android:summary="%s" android:defaultValue="5" android:entries="@array/pref_clipboard_duration_entries" android:entryValues="@array/pref_clipboard_duration_values" />
+ </PreferenceCategory>
</PreferenceScreen>