aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-16 23:43:33 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-16 23:43:33 +0200
commit6f87287282f76d61461fd510a091782e524cff07 (patch)
tree07fcedbcab858e5b2c4400e1b435c6980add3a20 /src/main/res/xml/preferences.xml
parentfa6a57784f828e5aa587d3d099c97acb1cd88bfd (diff)
Added expert setting for direct search
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index f3fa6a5ed..49de3cfc0 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -395,6 +395,11 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_input_options">
<CheckBoxPreference
+ android:defaultValue="@bool/start_searching"
+ android:key="start_searching"
+ android:summary="@string/pref_start_search_summary"
+ android:title="@string/pref_start_search" />
+ <CheckBoxPreference
android:defaultValue="@bool/enter_is_send"
android:key="enter_is_send"
android:summary="@string/pref_enter_is_send_summary"