feat: 메인 라이브 - 지금 라이브 중

- bg => #263238로 변경
- 가로 => 168 -> 144
- 세로 => 238 -> 204
This commit is contained in:
2025-07-19 01:26:21 +09:00
parent 5f6d26c83e
commit f1164bbd30
2 changed files with 114 additions and 106 deletions

View File

@@ -14,7 +14,7 @@ import kr.co.vividnext.sodalive.extensions.moneyFormat
import kr.co.vividnext.sodalive.live.GetRoomListResponse
class LiveNowAdapter(
private val onClick: (GetRoomListResponse) -> Unit
private val onClick: (GetRoomListResponse) -> Unit,
) : RecyclerView.Adapter<LiveNowAdapter.ViewHolder>() {
var items = mutableListOf<GetRoomListResponse>()