光环助手V3.3 RELEASE(20180701-0730)测试问题汇总
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user