0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Move force full sync to top of advanced prefs

This commit is contained in:
timrae 2014-10-24 00:40:40 +09:00
parent dcf7fc7fb9
commit e97b9a8ab9

View File

@ -348,6 +348,10 @@
<!-- Advanced Preferences -->
<PreferenceScreen android:title="@string/pref_cat_advanced"
android:summary="@string/pref_cat_advanced_summ" >
<Preference
android:key="force_full_sync"
android:title="@string/force_full_sync_title"
android:summary="@string/force_full_sync_summary" />
<PreferenceCategory android:title="@string/pref_cat_performance" >
<CheckBoxPreference
android:defaultValue="false"
@ -456,10 +460,6 @@
android:summary="@string/double_scrolling_gap_summ"
android:title="@string/double_scrolling_gap" />
</PreferenceCategory>
<Preference
android:key="force_full_sync"
android:title="@string/force_full_sync_title"
android:summary="@string/force_full_sync_summary" />
</PreferenceScreen>
<Preference
android:key="about_dialog_preference"