Run default Android Studio formatter on resources
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user