MethodsetEdgeInsetsInParentViewSet the top, left, bottom and right margins in BMB's parent view when BMB is draggable. @param edgeInsetsInParentView the top, left, bottom and right
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1608
MethodsubTextPaddingSet the padding of sub-text. By this method, you can control the padding in the sub-text-view. For instance, builder.textPadding(new Rect(10, 10, 10,
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:431
MethodtextPaddingSet the padding of text. By this method, you can control the padding in the text-view. For instance, builder.textPadding(new Rect(10, 10, 10, 10)) wil
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonWithTextBuilder.java:305
MethodtextRectSet the rect of text. By this method, you can set the position and size of the text-view in boom-button. For example, builder.textRect(new Rect(0, 50,
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonWithTextBuilder.java:281