光环前端优化汇总(2021年2月)(0320补充1) https://git.ghzs.com/pm/halo-app-issues/-/issues/1154

This commit is contained in:
张玉久
2021-03-22 14:42:47 +08:00
parent 66123b0ae8
commit a85cfa47e2
2 changed files with 1 additions and 1 deletions

View File

@ -137,6 +137,7 @@ public class DownloadItemUtils {
holder.gameDownloadBtn.setText("已预约");
holder.gameDownloadBtn.setTextColor(ContextCompat.getColor(holder.gameDes.getContext(), R.color.aaaaaa));
holder.gameDownloadBtn.setBackgroundResource(R.drawable.button_round_f5f5f5);
updateItemViewStatus(holder, false, null);
}
}