Nightonke/BoomMenu

BoomMenu in window

Open

#119 opened on May 20, 2017

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Java (1,173 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,804 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

i add BoomMenuButton to an window like chat head using (Window Manager), it doesn't show on full screen when i click on BoomMenuButton.

    <com.nightonke.boommenu.BoomMenuButton
            android:id="@+id/bmb"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:bmb_buttonEnum="simpleCircle"
            app:bmb_boomEnum="boomParabola_3"
            app:bmb_piecePlaceEnum="piecePlace_dot_3_3"
            app:bmb_buttonPlaceEnum="buttonPlace_sc_3_3"
            app:bmb_backgroundEffect="false"
            app:bmb_inList="true"
            app:bmb_inFragment="true"/>

Contributor guide