Improve SAF switch descriptions in settings

This commit is contained in:
Stypox 2021-01-16 14:10:24 +01:00
parent 460d2aa82f
commit 907c3b77f8
3 changed files with 14 additions and 10 deletions

View file

@ -3,10 +3,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:title="@string/settings_category_downloads_title">
<CheckBoxPreference
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="@string/downloads_storage_ask"
android:summary="@string/downloads_storage_ask_summary_kitkat"
android:summary="@string/downloads_storage_ask_summary"
android:title="@string/downloads_storage_ask_title"
app:iconSpaceReserved="false" />