orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

Dialog is not centered vertically #166

Open nemobryant opened 6 years ago

nemobryant commented 6 years ago

Hi my app is using system actionbar, most of my activities extend AppCompatActivity. When the app displays a dialogplus dialog, I noticed that the background of the dialog is not overlaying the action bar. Hence, the dialog is not vertically centered, It is offset by the action bar's height. Is there a way to display a dialogplus dialog with the same effect of system alert dialog? image