增加QQ,微信独立分享,界面优化

This commit is contained in:
khy
2016-09-14 17:46:18 +08:00
parent b9a2374f8f
commit 385a206f6b
30 changed files with 268 additions and 111 deletions

View File

@ -114,7 +114,7 @@ public class DialogUtils {
public static void showCancelDialog(Context context, final ConfiremListener listener) {
Spanned content = Html.fromHtml("取消关注游戏后,您将无法及时收到游戏的" +
"<font color='#ff0000'>攻略</font>、" +
"<font color='#ff0000'>资讯</font>等最新动态提醒,您确定取消吗?");
"<font color='#ff0000'>资讯</font>等最新动态提醒");
showWarningDialog(context, "取消关注", content, "暂不取消", "确定取消", listener, null);
}