I have requirement of displaying custom dialog with Arrow shape at the top-right corner of the dialog. I google out for that and as a result I got the same but, its POPUP window not a DIALOG.
Since, I have to disable background behind dialog when dialog opens, popup window is not usable in such case. Ya, I can disable background touch with popup window also. But, I think dialog is better solution.
I have successfully open dialog at a particular position on my screen and Now, I just have to set the Arrow(triangle at the top-right corner) of the dialog.
How can I achive this ?
Thanks.