fix(character-detail): 캐릭터 정보

- 캐릭터 이름과 MBTI 사이 간격 8로 수정
This commit is contained in:
2025-09-11 14:58:30 +09:00
parent 8de0dc2242
commit f830c98b8e

View File

@@ -63,7 +63,7 @@
android:id="@+id/ll_gender_age_mbti" android:id="@+id/ll_gender_age_mbti"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="16dp" android:layout_marginBottom="8dp"
android:orientation="horizontal"> android:orientation="horizontal">
<TextView <TextView