Skip to content

Commit

Permalink
Show simple summaries for Sync url & Media sync url
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten authored and mikehardy committed Aug 24, 2022
1 parent f9fb22f commit b290b4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions AnkiDroid/src/main/res/xml/preferences_custom_sync_server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<!-- Advanced Preferences -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:title="@string/custom_sync_server_title"
android:key="@string/pref_custom_sync_server_screen_key">
<SwitchPreference
Expand All @@ -13,9 +14,11 @@
<EditTextPreference
android:dependency="@string/custom_sync_server_enable_key"
android:key="@string/custom_sync_server_collection_url_key"
android:title="@string/custom_sync_server_base_url_title" />
android:title="@string/custom_sync_server_base_url_title"
app:useSimpleSummaryProvider="true" />
<EditTextPreference
android:dependency="@string/custom_sync_server_enable_key"
android:key="@string/custom_sync_server_media_url_key"
android:title="@string/custom_sync_server_media_url_title" />
android:title="@string/custom_sync_server_media_url_title"
app:useSimpleSummaryProvider="true" />
</PreferenceScreen>

0 comments on commit b290b4c

Please sign in to comment.