-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- BottomDialog 提供了对外暴露的 boxBody(对话框内容布局外层)实例; - WindowUtil 提供了额外自定义WindowManager.LayoutParams的接口: ```java WindowUtil.windowSettings = new WindowUtil.WindowSettings() { @OverRide public WindowManager.LayoutParams overrideWindowLayoutParamsInterface(Context context, View dialogView, WindowManager.LayoutParams originWindowLayoutParams) { //处理 originWindowLayoutParams... return originWindowLayoutParams; } }; ``` - 修复Window模式下,多层Dialog触摸事件逐级向下层传递的问题;
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 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