mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 04:29:18 +01:00
remove warnings in library_category_header_item.xml
This commit is contained in:
parent
7e812f9530
commit
7156b9469b
@ -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" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/update_button"
|
||||
|
Loading…
Reference in New Issue
Block a user