Run formatter on layout files

This commit is contained in:
arkon
2020-02-21 18:43:50 -05:00
parent c694160c9c
commit aa05458f1d
64 changed files with 624 additions and 675 deletions
@@ -51,21 +51,21 @@
</RelativeLayout>
<Button
style="@style/Theme.Widget.Button.Borderless.Negative"
android:id="@+id/remove"
style="@style/Theme.Widget.Button.Borderless.Negative"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:text="@string/action_remove" />
<Button
style="@style/Theme.Widget.Button.Borderless"
android:id="@+id/resume"
style="@style/Theme.Widget.Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_toEndOf="@id/remove"
android:text="@string/action_resume"/>
android:text="@string/action_resume" />
</RelativeLayout>