aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res')
-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"