google / hover

A floating menu library for Android.
Apache License 2.0
2.64k stars 284 forks source link

How to close #90

Open viskum opened 5 years ago

viskum commented 5 years ago

How to close hover menu on button click inside the hover menu. Please reply............

tareqas commented 4 years ago
protected void onHoverMenuLaunched(@NotNull Intent intent, @NotNull HoverView hoverView) {
        hoverView.collapse(); // collapse hover menu
        hoverView.close(); // invoke this to close hover menu 
    }
Abdullah2althani commented 3 years ago

Resortana_Android_Me.rar https://drive.google.com/file/d/1M1oOKKTQJ11H_etUcf02NAw55xpBRo0p/view?usp=drive_web

‫في الخميس، 27 أغسطس 2020 في 1:22 م تمت كتابة ما يلي بواسطة ‪Tareq Ahamed‬‏ ‪notifications@github.com‬‏:‬

protected void onHoverMenuLaunched(@NotNull Intent intent, @NotNull HoverView hoverView) { hoverView.collapse(); // collapse hover menu hoverView.close(); // invoke this to close hover menu }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/hover/issues/90#issuecomment-681861786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIQOMKDUZRWSINSJ66KQHVTSCYXV5ANCNFSM4GML7LUA .