去卡片化, 开服表, 首页游戏-资讯改版,游戏专题增加标签(还差一个接口)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user