Run formatter on drawables and layouts

This commit is contained in:
arkon
2021-05-22 12:02:49 -04:00
parent d2eb5d7f45
commit dbe8931cf0
33 changed files with 116 additions and 117 deletions
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
android:shape="rectangle">
<gradient
android:angle="90"
android:startColor="#ffffffff"
android:endColor="#00ffffff"/>
android:endColor="#00ffffff"
android:startColor="#ffffffff" />
<corners android:radius="0dp" />
</shape>