去卡片化, 开服表, 首页游戏-资讯改版,游戏专题增加标签(还差一个接口)

This commit is contained in:
khy
2017-03-22 15:25:05 +08:00
parent e656acec1d
commit 8ba099024e
131 changed files with 4502 additions and 1145 deletions

View File

@ -39,7 +39,7 @@ public class GameViewUtils {
if (i == size - 1) {
view = getGameTagView(context, tag.get(i), 0);
} else {
view = getGameTagView(context, tag.get(i), DisplayUtils.dip2px(context, 5));
view = getGameTagView(context, tag.get(i), DisplayUtils.dip2px(context, 6));
}
if (view != null) {
labelLayout.addView(view);