kongzue / DialogX

💬 DialogX dialog box component library, easy to use, more customizable, more scalable, easy to achieve a variety of dialog boxes. DialogX对话框组件库,更加方便易用,可自定义程度更高,扩展性更强,轻松实现各种对话框、菜单和提示效果,更有Material You、iOS、MIUI等主题扩展可选
Apache License 2.0
2.08k stars 217 forks source link

【功能建议】如何在Dialog之上显示Dialog呢 #313

Closed cybkw closed 1 year ago

cybkw commented 1 year ago

功能建议

需求描述:

使用了框架。首先第一层dialog使用了 DIALOG_FRAGMENT的mode。 第二层dialog使用了WINDOW 的mode , 也测试了VIEW的mode方式,发现没有效果。 目前还不知道怎么实现这个需求? 也许在第一层Dialog的window之上addView()?

kongzue commented 1 year ago

请查阅《常见问题-Q:DialogX 无法覆盖在 DialogFragment、AlertDialog 之上》