Fix selector in search card item (#5711)
(cherry picked from commit feca30d7ed352c609a1563f09fa5fe8804451118)
This commit is contained in:
parent
10c8c3baee
commit
655298f44c
@ -4,11 +4,9 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="4dp"
|
android:layout_marginVertical="4dp"
|
||||||
android:layout_marginTop="8dp"
|
android:background="@drawable/library_item_selector"
|
||||||
android:layout_marginEnd="4dp"
|
android:padding="4dp">
|
||||||
android:layout_marginBottom="8dp"
|
|
||||||
android:background="@drawable/list_item_selector_background">
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/card"
|
android:id="@+id/card"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user