feat(profile): 크리에이터 상세정보에서 닉네임의 크기 32, SNS 아이콘 margin 16
This commit is contained in:
@@ -121,7 +121,7 @@ class CreatorDetailDialog(
|
|||||||
LinearLayout.LayoutParams.WRAP_CONTENT
|
LinearLayout.LayoutParams.WRAP_CONTENT
|
||||||
).apply {
|
).apply {
|
||||||
if (index > 0) {
|
if (index > 0) {
|
||||||
marginStart = 12.dpToPx().toInt()
|
marginStart = 16.dpToPx().toInt()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setOnClickListener {
|
setOnClickListener {
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
android:layout_marginTop="30dp"
|
android:layout_marginTop="30dp"
|
||||||
android:fontFamily="@font/bold"
|
android:fontFamily="@font/bold"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="36sp"
|
android:textSize="32sp"
|
||||||
tools:text="크리에이터 닉네임" />
|
tools:text="크리에이터 닉네임" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user