Android PopupWindow with Lolipop circle reveal animation. It use CircularReveal library.
- You need to set popup background through the content view
- Obviously you cannot provide animation set
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.ozodrukh:CircularReveal:1.1.0'
}