issues 优化汇总(20161230), 文章详情加强评论功能,礼包功能补充(20161226) + 新增活跃的统计(未完成)

This commit is contained in:
khy
2017-01-04 15:32:10 +08:00
parent f4a946f5e2
commit d56fa926d2
55 changed files with 960 additions and 216 deletions

View File

@ -99,7 +99,8 @@ public class DialogUtils {
// 标题
TextView alertdialog_title = (TextView) view.findViewById(R.id.installhint_title);
alertdialog_title.setText("重要提示");
Spanned content = Html.fromHtml("如果您使用的是华为手机或OPPO手机安装游戏时请选择“" +
Spanned content = Html.fromHtml("如果您使用的是"+ "<font color=\"#ff0000\">华为</font>" +"手机或"+
"<font color=\"#ff0000\">OPPO</font>" +"手机,安装游戏时请选择“" +
"<font color=\"#ff0000\">继续安装</font>" +
"”(请记住不要选择“官方推荐”或“软件商店安装”)");
// 内容