feat: 메인 라이브 - 지금 라이브 중
- bg => #263238로 변경 - 가로 => 168 -> 144 - 세로 => 238 -> 204
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user