首页改版, 游戏专题优化(游戏主页actionbar下载数没同步)

This commit is contained in:
khy
2016-12-09 18:33:23 +08:00
parent 3c0b56c99a
commit 3b5f921c01
39 changed files with 2153 additions and 124 deletions

View File

@ -46,7 +46,7 @@ public class GameViewUtils {
LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
lparams.rightMargin = rightMargin;
TextView tag = new TextView(context);
tag.setTextSize(TypedValue.COMPLEX_UNIT_SP, 11);
tag.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
tag.setSingleLine(true);
tag.setText(tagStr);
if ("官方版".equals(tagStr) || "已关注".equals(tagStr)) {