BoomMenu icon indicating copy to clipboard operation
BoomMenu copied to clipboard

A menu which can ... BOOM! - Android

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

I want to add some height and width of boom main menu icon. It is showing full when height and width are wrap content. But when I put some size...

Hello is there any possible way to change the color of the Boom menu button (the floating action button) ? the default color is the primary accent color in android...

I'd like to set the background-color of the items in Ham Button type programmatically. All items of them are set with random color as its background. How can I do...

你给的demo打不开啊

this.bmb.setButtonEnum(ButtonEnum.Ham); Builder newBuilder1 = new Builder(); Builder newBuilder2 = new Builder(); Builder newBuilder3 = new Builder(); Builder newBuilder4 = new Builder(); Builder newBuilder5 = new Builder(); Builder newBuilder6 = new...

My İtem XML ; And My CursorAdapter for ListView İtems: public class adapter_favlist_new extends CursorAdapter { private ImageView sinavinicon; private int cozuldumubool, int_sinavtipi; private RelativeLayout ustkisim; private LinearLayout alt; private...

The implementation of BoomMenuButton is written entirely in a try-catch block. Why it happens? Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:411) at com.nightonke.boommenu.BoomMenuButton.startReboomAnimations(BoomMenuButton.java:674) at com.nightonke.boommenu.BoomMenuButton.innerReboom(BoomMenuButton.java:594) at com.nightonke.boommenu.BoomMenuButton.reboom(BoomMenuButton.java:580) at...

- update maven and gradle plugins - added setDotSize() method cheers!

bmb.addBuilder(new TextInsideCircleButton.Builder() .isRound(true) .shadowCornerRadius(Util.dp2px(10)) .buttonCornerRadius(Util.dp2px(10)) .normalImageRes(images[i]) .normalTextRes(R.string.action) .normalTextColor(getResources().getColor(R.color.textPrimary)) .normalColor(getResources().getColor(R.color.white)) .pieceColor(getResources().getColor(R.color.white)));