TakuSemba / Spotlight

Android Library that lights items for tutorials or walk-throughs etc...
Apache License 2.0
3.63k stars 363 forks source link

screen behind overlay is clickable #92

Closed paras294 closed 4 years ago

paras294 commented 4 years ago

start spotlight button is clickable after the start of the spotlight, multiple spotlight opens up. behind view should be non - clickable.

GuilhE commented 4 years ago

Just add

android:clickable="true" android:focusable="true"

To your coach mark overlay layout parent and you're good to go.

paras294 commented 4 years ago

Hey TakuSemba

Thank you so much.

Sincere Regards, Paras

On Tue, Aug 4, 2020, 20:17 GuilhE notifications@github.com wrote:

Just add

android:clickable="true" android:focusable="true"

To your coach mark overlay layout parent and you're good to go.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TakuSemba/Spotlight/issues/92#issuecomment-668641151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRANMG2KXQIQNH6CWHURZLR7ANRRANCNFSM4OMJ3IUA .

GuilhE commented 4 years ago

I'm not TakuSemba 😄 but I'm glad I could help!

TakuSemba commented 4 years ago

Hi, @GuilhE. Thank you for the help!.

I fixed for the button not to be able to be clicked while Spotlight is on. Please check out the demo app 👍