更换主题色并区分色块颜色与字体颜色

https://gitlab.ghzs.com/pm/halo-app-issues/issues/767
This commit is contained in:
kehaoyuan@ghzhushou.com
2020-02-05 17:11:04 +08:00
parent 412e6aa0c5
commit 09f0704ad2
165 changed files with 277 additions and 275 deletions

View File

@ -57,7 +57,7 @@ public class GameUtils {
downloadBtn.setBackgroundResource(R.drawable.game_item_btn_plugin_style);
} else if ("打开".equals(status) || "启动".equals(status)) {
downloadBtn.setBackgroundResource(R.drawable.detail_download_open_style);
downloadBtn.setTextColor(ContextCompat.getColor(context, R.color.theme));
downloadBtn.setTextColor(ContextCompat.getColor(context, R.color.theme_font));
} else {
downloadBtn.setBackgroundResource(R.drawable.game_item_btn_download_style);
}