You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
` MessageDialog.build(mActivity as AppCompatActivity).setStyle(DialogSettings.STYLE.STYLE_IOS).setTheme(DialogSettings.THEME.LIGHT).setTitle("提示").setMessage("确定退出登录?").setOkButton("确定") { baseDialog, v ->
false
}.setCancelButton("取消") { baseDialog, v -> false }.show()`
设置暗色主题无问题,设置亮色主题时,弹框背景为灰色,不是纯白色。
大佬,是还需要配式什么样式吗?
The text was updated successfully, but these errors were encountered:
` MessageDialog.build(mActivity as AppCompatActivity).setStyle(DialogSettings.STYLE.STYLE_IOS).setTheme(DialogSettings.THEME.LIGHT).setTitle("提示").setMessage("确定退出登录?").setOkButton("确定") { baseDialog, v ->
设置暗色主题无问题,设置亮色主题时,弹框背景为灰色,不是纯白色。
大佬,是还需要配式什么样式吗?
The text was updated successfully, but these errors were encountered: