Android: Can i show multiple Dialogs one over another? Is there something like Dialog Z-Level?

后端 未结 3 994
情话喂你
情话喂你 2021-01-12 09:50

Is it possible to show multiple Dialogs one over another? Is there something like Dialog Z-Level? I am using DialogFragment where user chooses elements, when he comfirms his

3条回答
  •  深忆病人
    2021-01-12 10:23

    My advice is to use a custom layout with a ViewFlipper inside your dialog so you can easily switch between a progress-bar or whatever different layouts you want to show. If you want to show multiple Dialogs my guess is that the z-order depends on the order they were created the latest beeing shown on top.

提交回复
热议问题