Jaouan / Revealator

An helper to circle reveal/unreveal a view easily, with translations and childs animations.
Apache License 2.0
448 stars 53 forks source link

Is it possible to display alertdialog with Revealator? #1

Closed VishnuTB closed 8 years ago

VishnuTB commented 8 years ago

is it possible Display alertdialog from adapter with this lib

Jaouan commented 8 years ago

Hi,

No it can't. But the lib can help you to translate the FAB to the center of the screen (see RevealatorHelper.java), and then popup the alertdialog with a CircleReveal animation. It should do the job.