This commit is contained in:
chenjuntao
2019-12-01 21:54:28 +08:00
parent bcf77433b9
commit 195d039904

View File

@ -176,6 +176,7 @@ public class DownloadItemUtils {
if ("dialog".equals(offStatus)) {
holder.gameDownloadBtn.setText("查看");
holder.gameDownloadBtn.setTextColor(ContextCompat.getColor(context, R.color.white));
holder.gameDownloadBtn.setBackgroundResource(R.drawable.game_item_btn_download_style);
} else {
holder.gameDownloadBtn.setText("暂无");
holder.gameDownloadBtn.setTextColor(ContextCompat.getColor(context, R.color.button_gray));