diff options
| author | Matej Drobnič | 2025-09-29 00:56:23 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-29 00:56:23 +0200 |
| commit | df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46 (patch) | |
| tree | 354034f08133fa4aa6073ba386258b408e2bd046 /res/values/arrays.xml | |
| parent | 7fdf63b930e51a06011ce911cf87a03c41b8334d (diff) | |
| download | unexpected-keyboard-df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46.tar.gz unexpected-keyboard-df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46.zip | |
Make history duration configurable (#1074)
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index cd12337..56015e9 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -106,4 +106,16 @@ <item>30</item> <item>15</item> </string-array> + <string-array name="pref_clipboard_duration_entries"> + <item>@string/pref_clipboard_history_duration_1</item> + <item>@string/pref_clipboard_history_duration_5</item> + <item>@string/pref_clipboard_history_duration_30</item> + <item>@string/pref_clipboard_history_duration_stop</item> + </string-array> + <string-array name="pref_clipboard_duration_values"> + <item>1</item> + <item>5</item> + <item>30</item> + <item>-1</item> + </string-array> </resources> |
