Merge branch 'fix/GHZS-2230' into 'dev-5.25.0'

fix: 新游开测相关功能优化—0425UI测试 https://jira.shanqu.cc/browse/GHZS-2230

See merge request halo/android/assistant-android!982
This commit is contained in:
陈君陶
2023-04-26 16:05:34 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ class HomeGameTestV2GameListViewHolder(
val context = mBinding.root.context
gameName.setTextColor(R.color.text_title.toColor(context))
gameDownloadBtn.background = R.drawable.download_button_normal_style.toDrawable(context)
gameDes.setTextColor(R.color.text_subtitle.toColor(context))
gameDes.setTextColor(R.color.text_title.toColor(context))
var gameRatingTextColor = R.color.theme.toColor(context)
if (gameEntity.commentCount > 3) {
gameRatingTextColor = R.color.theme_font.toColor(context)