Skip to content

MajeurAndroid/Android-RevealPopupWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Android RevealPopupWindow

Android PopupWindow with Lolipop circle reveal animation. It use CircularReveal library.

To know:

  • You need to set popup background through the content view
  • Obviously you cannot provide animation set

Dependencies

repositories {
        maven {
            url "https://jitpack.io"
        }
    }
dependencies {
        compile 'com.github.ozodrukh:CircularReveal:1.1.0'
    }

About

Android PopupWindow with Lolipop circle reveal animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages