From 43d73a8b42787ee2ee7d00566af44273525146e1 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sat, 3 Aug 2019 18:18:36 +0800 Subject: [PATCH] up --- app/src/main/res/layout/item_search.xml | 89 +++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 6 deletions(-) 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