I am showing PopupWindow on button click from top-left corner of the screen. But the problem is, when I am opening it, it will shown very fast, that means no animation occur
I was having this tag in my main Activity Theme.
true
As soon as I removed it - "in" animation for PopupWindow started to work smooth.