Feng Dai
Feng Dai
Hi @wideawake, in what situation do you need to use this feature?
Oh, I see. I'll think about it. Thank you.
How can I reproduce this issue?
Theme.AlertDialogPro.Holo is designed to be used as the theme of AlertDialogPro. I can't guarantee that it can be used well as the theme of an activity.
Use latest snapshot: ``` compile 'com.github.fengdai:alertdialogpro-core:0.2.7-20161111.083903-7' compile 'com.github.fengdai:alertdialogpro-theme-material:0.2.7-20161110.030043-6' ``` Don't forget to add snapshot-repositories to your root build.gradle file: ``` allprojects { repositories { // Add this line: maven {...
What did you mean by showing full screen dialog in custom view?
With no padding around it?
AlertDialogPro's layout is designed to wrap its child's height. You need to give your custom view a specific height to make the whole dialog's height the same as the screen's......
Of course you can. Any problem?