시리즈 상세

- 전체회차 보기 사이즈 16으로 변경
- 태그 글자 크기 12로 변경
This commit is contained in:
2024-04-27 01:08:22 +09:00
parent f41790b302
commit 29aca74651
4 changed files with 8 additions and 8 deletions

View File

@@ -123,7 +123,7 @@ class SeriesDetailActivity : BaseActivity<ActivitySeriesDetailBinding>(
chip.text = keyword
chip.isClickable = false
chip.isCheckable = false
chip.textSize = 14.7f
chip.textSize = 12f
chip.chipStrokeWidth = 0f
chip.setChipBackgroundColorResource(R.color.color_222222)
@@ -181,9 +181,9 @@ class SeriesDetailActivity : BaseActivity<ActivitySeriesDetailBinding>(
binding.ivFollow.visibility = View.GONE
}
binding.ivFollow.setOnClickListener { }
binding.ivProfile.setOnClickListener { }
binding.tvNickname.setOnClickListener { }
binding.ivFollow.setOnClickListener {
}
}
private fun setSeriesBg(coverImage: String) {

View File

@@ -122,7 +122,7 @@ class SeriesDetailIntroductionFragment : BaseFragment<FragmentSeriesDetailIntrod
chip.text = keyword
chip.isClickable = false
chip.isCheckable = false
chip.textSize = 14.7f
chip.textSize = 12f
chip.chipStrokeWidth = 0f
chip.setChipBackgroundColorResource(R.color.color_222222)