增加QQ,微信独立分享,界面优化
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user