fix(character-detail): 캐릭터 정보
- 캐릭터 이름과 MBTI 사이 간격 8로 수정
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user