콘텐츠 그리드 리스트
- 아이템 상하 간격 16으로 변경
This commit is contained in:
@@ -118,8 +118,8 @@ class AudioContentNewAllActivity : BaseActivity<ActivityAudioContentNewAllBindin
|
|||||||
) {
|
) {
|
||||||
super.getItemOffsets(outRect, view, parent, state)
|
super.getItemOffsets(outRect, view, parent, state)
|
||||||
|
|
||||||
outRect.top = 8f.dpToPx().toInt()
|
outRect.top = 16f.dpToPx().toInt()
|
||||||
outRect.bottom = 8f.dpToPx().toInt()
|
outRect.bottom = 16f.dpToPx().toInt()
|
||||||
outRect.left = 4f.dpToPx().toInt()
|
outRect.left = 4f.dpToPx().toInt()
|
||||||
outRect.right = 4f.dpToPx().toInt()
|
outRect.right = 4f.dpToPx().toInt()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -84,8 +84,8 @@ class AudioContentAllByThemeActivity : BaseActivity<ActivityAudioContentAllByThe
|
|||||||
) {
|
) {
|
||||||
super.getItemOffsets(outRect, view, parent, state)
|
super.getItemOffsets(outRect, view, parent, state)
|
||||||
|
|
||||||
outRect.top = 8f.dpToPx().toInt()
|
outRect.top = 16f.dpToPx().toInt()
|
||||||
outRect.bottom = 8f.dpToPx().toInt()
|
outRect.bottom = 16f.dpToPx().toInt()
|
||||||
outRect.left = 4f.dpToPx().toInt()
|
outRect.left = 4f.dpToPx().toInt()
|
||||||
outRect.right = 4f.dpToPx().toInt()
|
outRect.right = 4f.dpToPx().toInt()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,8 +83,8 @@ class AudioContentCurationActivity : BaseActivity<ActivityAudioContentCurationBi
|
|||||||
) {
|
) {
|
||||||
super.getItemOffsets(outRect, view, parent, state)
|
super.getItemOffsets(outRect, view, parent, state)
|
||||||
|
|
||||||
outRect.top = 8f.dpToPx().toInt()
|
outRect.top = 16f.dpToPx().toInt()
|
||||||
outRect.bottom = 8f.dpToPx().toInt()
|
outRect.bottom = 16f.dpToPx().toInt()
|
||||||
outRect.left = 4f.dpToPx().toInt()
|
outRect.left = 4f.dpToPx().toInt()
|
||||||
outRect.right = 4f.dpToPx().toInt()
|
outRect.right = 4f.dpToPx().toInt()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user