시리즈 콘텐츠 리스트 아이템

- 출시 날짜 제거
- 재생 시간 제목 윗쪽으로 이동
This commit is contained in:
2024-04-27 03:14:09 +09:00
parent ae617d5154
commit 30d3ed14d7
2 changed files with 13 additions and 31 deletions

View File

@@ -29,7 +29,6 @@ class SeriesContentAdapter(
}
binding.tvTitle.text = item.title
binding.tvDate.text = item.releaseDate
binding.tvDuration.text = item.duration
binding.tvPrice.visibility = View.GONE