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
+13 -5
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>