Android Question DatePicker and CustomLayoutDialog

mw71

Active Member
Licensed User
Longtime User
Hi,

i show my Layout in a CustomLayoutDialog. The Layout hold 2 Button (and other Objects).
With click on one of the Button i will show a DatePicker.
unfortunately the DatePicker (e.g. AnotherDatePicker) show behind the CustomLayoutDialog.

Is there a way to show the DatePicker over the CustomLayoutView?
 
Top