BoomMenu icon indicating copy to clipboard operation
BoomMenu copied to clipboard

A menu which can ... BOOM! - Android

Results 103 BoomMenu issues
Sort by recently updated
recently updated
newest added

Some times i received this error. My boom menu is inside adapter. Everything is fine and init before. Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at com.nightonke.boommenu.BoomMenuButton.startReboomAnimations(BoomMenuButton.java:674) at...

Hey guys, When I use boom and want to change the orientation to landscape, I see that not all the buttons are shown. I tried to look into the layout...

I need dismiss boom menu. But i didnt find any method to do that.

Boom menu not showing at right position in some device ![1597834560021](https://user-images.githubusercontent.com/42673759/90639448-4d454a80-e24c-11ea-8352-7aae1f769374.JPEG)

Boom menu not showing at right position in some device Device detail: Name: samsung Galaxy 50S ScreenShot of device: ![1597834560021](https://user-images.githubusercontent.com/63725999/90638862-7dd8b480-e24b-11ea-9b84-b6f0d97193bd.JPEG)

When app start in portait (all ok): ![device-2017-08-28-143714](https://user-images.githubusercontent.com/4215054/29773678-bebf9f64-8bfe-11e7-9b4f-91e0284302dd.png) After activity rotation (with `android:configChanges="keyboardHidden|orientation|screenSize"` and onConfigurationChanged overrided): ![device-2017-08-28-143741](https://user-images.githubusercontent.com/4215054/29773705-d91f0d90-8bfe-11e7-9a14-f9cdba56f3fd.png) I can't recreate the entire activity. How can I manage this problem? Any...

I tried bmb.performclick() but nothings happen. The menu does not show.

when is set .maxLines(2) .subMaxLines(2) it not works at all!

How use custom view ? For example, I just need to expand the menu to have a TextView, no icon, no Subtext.

I have written the code like this for (int i = 0; i < bmb.getPiecePlaceEnum().pieceNumber(); i++) { HamButton.Builder builder = new HamButton.Builder() .normalImageRes(R.drawable.butterfly) .normalTextRes("Butter Doesn't fly!") .normalColor(R.color.colorPrimary) .subNormalTextRes("Little butter Doesn't...