首页游戏重做(专题大图增强)

This commit is contained in:
kehaoyuan
2018-06-08 18:15:55 +08:00
parent deea0f3f83
commit 5f08dee0e0
24 changed files with 421 additions and 113 deletions

View File

@ -165,7 +165,7 @@ public class DownloadItemUtils {
} else if (gh_id == null || gh_id.equals(gameEntity.getId())) {
holder.gameDownloadBtn.setText(R.string.launch);
holder.gameDownloadBtn.setTextColor(ContextCompat.getColor(context, R.color.theme));
holder.gameDownloadBtn.setBackgroundResource(R.drawable.detail_downloading_normal_style);
holder.gameDownloadBtn.setBackgroundResource(R.drawable.detail_download_open_style);
} else {
holder.gameDownloadBtn.setText(R.string.download);
holder.gameDownloadBtn.setBackgroundResource(R.drawable.game_item_btn_download_style);