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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user