diff --git a/app/src/main/res/layout/item_search.xml b/app/src/main/res/layout/item_search.xml index 88303c6f6..ff3b1149b 100644 --- a/app/src/main/res/layout/item_search.xml +++ b/app/src/main/res/layout/item_search.xml @@ -1,18 +1,95 @@ + + android:layout_margin="8dp" + android:text="@string/app_name" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toEndOf="@+id/iv_cover" + app:layout_constraintTop_toTopOf="parent" /> + + + + + + + + + + + + + + + + + + \ No newline at end of file