From f830c98b8e89143cece3362b5c7fdf6341f7898b Mon Sep 17 00:00:00 2001 From: klaus Date: Thu, 11 Sep 2025 14:58:30 +0900 Subject: [PATCH] =?UTF-8?q?fix(character-detail):=20=EC=BA=90=EB=A6=AD?= =?UTF-8?q?=ED=84=B0=20=EC=A0=95=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 캐릭터 이름과 MBTI 사이 간격 8로 수정 --- app/src/main/res/layout/fragment_character_detail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_character_detail.xml b/app/src/main/res/layout/fragment_character_detail.xml index c4f7fec5..029ce1ff 100644 --- a/app/src/main/res/layout/fragment_character_detail.xml +++ b/app/src/main/res/layout/fragment_character_detail.xml @@ -63,7 +63,7 @@ android:id="@+id/ll_gender_age_mbti" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="16dp" + android:layout_marginBottom="8dp" android:orientation="horizontal">