From 8604eae3d552e14ffd3bbfadfefac85a410b946a Mon Sep 17 00:00:00 2001 From: LEE YOU BIN Date: Sat, 6 Jan 2024 10:09:41 +0900 Subject: [PATCH] =?UTF-8?q?[FIX/#9]=20View=EB=A1=9C=20=EA=B3=A0=EC=B9=98?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presentation/src/main/res/layout/item_preference_tag.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/presentation/src/main/res/layout/item_preference_tag.xml b/presentation/src/main/res/layout/item_preference_tag.xml index 2bf2f336..d19bf0c9 100644 --- a/presentation/src/main/res/layout/item_preference_tag.xml +++ b/presentation/src/main/res/layout/item_preference_tag.xml @@ -35,13 +35,13 @@ android:fontFamily="@font/pretendard_bold" android:textColor="@color/black_000" android:textSize="14sp" - app:layout_constraintEnd_toStartOf="@id/tv_preference_line" + app:layout_constraintEnd_toStartOf="@id/view_preference_line" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" tools:text="휴식" /> -