Format all XML resources

This commit is contained in:
wb9688 2020-10-09 20:24:02 +02:00
parent ae33c6cf18
commit aced2b124c
346 changed files with 3828 additions and 3454 deletions

View file

@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:key="general_preferences"
android:title="@string/settings_category_updates_title">
<SwitchPreferenceCompat
app:iconSpaceReserved="false"
android:defaultValue="true"
android:key="@string/update_app_key"
android:summary="@string/updates_setting_description"
android:title="@string/updates_setting_title"
android:summary="@string/updates_setting_description"/>
app:iconSpaceReserved="false" />
</PreferenceScreen>