-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 新增默认文本设置: // 默认消息对话框标题文本 DialogX.defaultMessageDialogTitleText // 等待提示框默认文本 DialogX.defaultWaitDialogWaitingText; // 成功提示框默认文本 DialogX.defaultTipDialogSuccessText; // 错误提示框默认文本 DialogX.defaultTipDialogErrorText; // 警告提示框默认文本 DialogX.defaultTipDialogWarningText; 设置文本后可以在不指定对应对话框的相关文本时直接使用默认文本; 对应的对话框静态启动方法省略默认可设置文本的方法也已添加,比如 `MessageDialog.show(messageText)` 或者 `WaitDialog.showWaitWithDefaultText()` 以及 `TipDialog.showTipWithDefaultText(TYPE)` - 修复 PopNotification 在允许同时显示多条通知时,关闭后依然能够接收到触摸事件的问题; - 修复 PopNotification 在 DialogFragment 模式下默认顶部位置异常的问题
- Loading branch information
Showing
7 changed files
with
74 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters