faruktoptas / FancyShowCaseView

An easy-to-use customisable show case view with circular reveal animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show above alert dialog

jaypratapsingh opened this issue · comments

Hi, I just want to show this view above alert dialog as an overlay view. How can I achieve it?

Unfortunately it not supported. Because dialogs are shown on top of other views.
Duplicate of #79

Okay, Can you please let me know how it is working, it is creating an overlay screen above the activity/fragment?

Yes it is a FrameLayout added as a child view into the root view of activity. Here you can see the code: https://github.com/faruktoptas/FancyShowCaseView/blob/master/fancyshowcaseview/src/main/java/me/toptas/fancyshowcase/FancyShowCaseView.kt#L135