Small layout improvement

This commit is contained in:
M66B 2022-03-05 17:51:51 +01:00
parent 2d71351ddd
commit cbbee132ae
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:drawableStart="@drawable/twotone_delete_24" android:drawableStart="@drawable/twotone_delete_24"
android:drawablePadding="6dp" android:drawablePadding="6dp"
android:drawableTint="?attr/colorError" android:drawableTint="?attr/colorWarning"
android:text="@string/title_delete_operation_title" android:text="@string/title_delete_operation_title"
android:textAppearance="@style/TextAppearance.AppCompat.Large" android:textAppearance="@style/TextAppearance.AppCompat.Large"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"