versionCode 213, versionName 1.47.0

라이브 중 전체보기 그리드 뷰 3단에서 2단으로 변경
This commit is contained in:
2026-01-14 12:01:51 +09:00
parent 0b99235ec2
commit 3980673322
2 changed files with 5 additions and 5 deletions

View File

@@ -49,10 +49,10 @@ class LiveNowAllActivity : BaseActivity<ActivityLiveNowAllBinding>(
binding.toolbar.tvBack.setOnClickListener { finish() }
loadingDialog = LoadingDialog(this, layoutInflater)
val spanCount = 3
val spacing = 40
val spanCount = 2
val spacing = 48
val recyclerView = binding.rvLive
adapter = LiveNowAllAdapter(itemWidth = (screenWidth - (spacing * (spanCount + 1))) / 3) {
adapter = LiveNowAllAdapter(itemWidth = (screenWidth - (spacing * (spanCount + 1))) / 2) {
val detailFragment = LiveRoomDetailFragment(
it.roomId,
onClickParticipant = { enterLiveRoom(it.roomId) },