feat: 메인 라이브, 메인 홈
- 섹션 제목 크기 26 -> 24 - 오디션 배너 변경 - 추천 채널 아이템 bg 톤다운
This commit is contained in:
@@ -49,6 +49,10 @@ class AuditionFragment : BaseFragment<FragmentAuditionBinding>(
|
||||
private fun setupView() {
|
||||
loadingDialog = LoadingDialog(requireActivity(), layoutInflater)
|
||||
|
||||
binding.tvBack.setOnClickListener {
|
||||
requireActivity().finish()
|
||||
}
|
||||
|
||||
val recyclerView = binding.rvAudition
|
||||
adapter = AuditionListAdapter {
|
||||
if (SharedPreferenceManager.token.isNotBlank()) {
|
||||
|
||||
Reference in New Issue
Block a user