aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-16 15:22:21 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-16 15:22:21 +0100
commit123fd1926fa52eb54a7f7a6b669917be563ad491 (patch)
tree81eb20b667b2a0405ad7ed230b4651f3cd2841b3
parent0d649e48bb53dd6467a3c6cebbdbb61930e1444b (diff)
move direct search from expert setting to UI
-rw-r--r--src/main/res/xml/preferences.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 2ca6ce1e9..1b37df35f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -93,6 +93,11 @@
android:key="show_own_accounts"
android:summary="@string/pref_show_own_accounts_summary"
android:title="@string/pref_show_own_accounts" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/start_searching"
+ android:key="start_searching"
+ android:summary="@string/pref_start_search_summary"
+ android:title="@string/pref_start_search" />
<Preference
android:key="show_intro"
android:summary="@string/pref_show_intro_summary"
@@ -474,11 +479,6 @@
</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"