Android dialog on screen with notch
Styles for full screen dialogs. Fix top space on screens with notch
Add new style
1 | <style name="FullScreenDialog" parent="Theme.Design.Light.NoActionBar"> |
Add code to dialog constructor
1 | if (Build.VERSION.SDK_INT >= 21) { |