Run default Android Studio formatter on resources

This commit is contained in:
arkon
2020-02-17 17:26:20 -05:00
parent 3ecc883944
commit ef533b4c87
8 changed files with 95 additions and 92 deletions

View File

@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<include domain="database" path="tachiyomi.db"/>
<include
domain="database"
path="tachiyomi.db" />
</full-backup-content>

View File

@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="cache_files" path="."/>
<external-path name="ext_files" path="." />
<external-cache-path name="ext_cache_files" path="."/>
<cache-path
name="cache_files"
path="." />
<external-path
name="ext_files"
path="." />
<external-cache-path
name="ext_cache_files"
path="." />
<!--suppress AndroidElementNotAllowed -->
<root-path name="ext_storage" path="/storage/"/>
</paths>
<root-path
name="ext_storage"
path="/storage/" />
</paths>

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/action_global_search_hint" >
</searchable>
android:hint="@string/action_global_search_hint"
android:label="@string/app_name" />