From 16f78155bf59a6a75f1f3abd11ce3820ecfe4377 Mon Sep 17 00:00:00 2001 From: librarywon Date: Tue, 23 May 2023 16:12:54 +0900 Subject: [PATCH] [CHORE] #9-layout Detail fix & defalut img delete --- app/src/main/res/layout/item_review.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_review.xml b/app/src/main/res/layout/item_review.xml index ed0716d..e544f10 100644 --- a/app/src/main/res/layout/item_review.xml +++ b/app/src/main/res/layout/item_review.xml @@ -10,9 +10,9 @@ @@ -27,7 +27,7 @@ android:textFontWeight="600" android:textSize="14sp" app:layout_constraintStart_toEndOf="@id/img_reivew_profile" - app:layout_constraintTop_toTopOf="@id/img_reivew_profile" + app:layout_constraintTop_toTopOf="parent" tools:text="@string/review_dummyName" />