feat(profile): 크리에이터 상세정보에서 닉네임의 크기 32, SNS 아이콘 margin 16
This commit is contained in:
@@ -121,7 +121,7 @@ class CreatorDetailDialog(
|
||||
LinearLayout.LayoutParams.WRAP_CONTENT
|
||||
).apply {
|
||||
if (index > 0) {
|
||||
marginStart = 12.dpToPx().toInt()
|
||||
marginStart = 16.dpToPx().toInt()
|
||||
}
|
||||
}
|
||||
setOnClickListener {
|
||||
|
||||
Reference in New Issue
Block a user