Improve SAF switch descriptions in settings
This commit is contained in:
parent
6a0c5a874c
commit
bcb1cf6603
3 changed files with 14 additions and 10 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue