This commit is contained in:
kehaoyuan
2018-06-30 06:56:38 +08:00
parent 4c62032c66
commit 24ad3e0265
9 changed files with 42 additions and 57 deletions

View File

@ -67,7 +67,9 @@ public class GameViewUtils {
tag.setTextColor(ContextCompat.getColor(context, R.color.tag_green));
} else {
String colorStr;
if (!TextUtils.isEmpty(tagType) && "type".equals(tagType) && tagEntity != null) { // 游戏标签
Utils.log("======:::" + tagEntity.getName());
colorStr = "#" + tagEntity.getColor();
GradientDrawable gradientDrawable = new GradientDrawable();