Skip to content

Commit

Permalink
Create an Advanced category under "Sync" preferences
Browse files Browse the repository at this point in the history
for better organization
  • Loading branch information
BrayanDSO committed Aug 26, 2022
1 parent 57856ec commit 0942a29
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions AnkiDroid/src/main/res/xml/preferences_sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@
android:key="@string/sync_status_badge_key"
android:summary="@string/sync_status_badge_summ"
android:title="@string/sync_status_badge" />
<Preference
android:key="@string/force_full_sync_key"
android:title="@string/force_full_sync_title"
android:summary="@string/force_full_sync_summary" />
<Preference
android:key="@string/custom_sync_server_key"
android:title="@string/custom_sync_server_title"
android:fragment="com.ichi2.anki.preferences.CustomSyncServerSettingsFragment"
search:ignore="true"/>
<PreferenceCategory android:title="@string/pref_cat_advanced">
<Preference
android:key="@string/force_full_sync_key"
android:title="@string/force_full_sync_title"
android:summary="@string/force_full_sync_summary" />
<Preference
android:key="@string/custom_sync_server_key"
android:title="@string/custom_sync_server_title"
android:fragment="com.ichi2.anki.preferences.CustomSyncServerSettingsFragment"
search:ignore="true"/>
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 0942a29

Please sign in to comment.