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
+2 -2
View File
@@ -38,8 +38,8 @@
android:id="@+id/chapter_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:layout_marginTop="4dp"
android:layout_marginEnd="8dp"
android:layout_toEndOf="@id/reorder"
android:ellipsize="end"
android:maxLines="1"
@@ -91,8 +91,8 @@
android:layout_toEndOf="@id/download_progress_text"
android:background="@drawable/ripple_regular"
android:contentDescription="@string/action_menu"
android:paddingVertical="16dp"
android:paddingHorizontal="10dp"
android:paddingVertical="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"