diff --git a/app/src/main/res/layout/library_category_header_item.xml b/app/src/main/res/layout/library_category_header_item.xml index 4cef471906..5c75cbc005 100644 --- a/app/src/main/res/layout/library_category_header_item.xml +++ b/app/src/main/res/layout/library_category_header_item.xml @@ -96,9 +96,8 @@ android:layout_marginEnd="0dp" android:background="@drawable/square_ripple" android:clickable="true" - android:drawableEnd="@drawable/ic_sort_24dp" android:drawablePadding="6dp" - android:drawableTint="?android:textColorPrimary" + app:drawableTint="?android:textColorPrimary" android:ellipsize="start" android:focusable="true" android:gravity="center|end" @@ -115,7 +114,8 @@ app:layout_constraintHorizontal_bias="1.0" app:layout_constraintStart_toEndOf="@id/space" app:layout_constraintTop_toTopOf="@id/category_title" - tools:text="Drag and Drop" /> + tools:text="Drag and Drop" + app:drawableEndCompat="@drawable/ic_sort_24dp" />