How can I know the real size of some custom dialog box with specified "fill_parent" measures?
Explanation:
I have an XML with a custom dialog box. The W/H sizes are "fill_parent". Android shows some cute dialog box much lesser than X/Y of screen. I'd like to know the exact size of this dialog after it was shown.
Thanks.