How to make a progress dialog compatible with higher version of android

Viewed 1238

I am using a progress dialog in my app to load app contents. It was working good but when i am using this app in android lollipop or marshmallow, it is showing me a white dialog box with my progress dialog.

3 Answers
Related