光环助手V3.3 RELEASE(20180701-0730)测试问题汇总

This commit is contained in:
kehaoyuan
2018-07-03 16:24:20 +08:00
parent 03eebf2c07
commit 7d29c0d883
21 changed files with 176 additions and 80 deletions

View File

@ -13,7 +13,6 @@ import android.widget.TextView;
import com.gh.gamecenter.R;
import com.gh.gamecenter.entity.TagStyleEntity;
import com.lightgame.utils.Utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
@ -69,7 +68,6 @@ public class GameViewUtils {
String colorStr;
if (!TextUtils.isEmpty(tagType) && "type".equals(tagType) && tagEntity != null) { // 游戏标签
Utils.log("======:::" + tagEntity.getName());
colorStr = "#" + tagEntity.getColor();
GradientDrawable gradientDrawable = new GradientDrawable();