mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
remove warnings in library_category_header_item.xml
This commit is contained in:
parent
7e812f9530
commit
7156b9469b
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue