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,
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:703
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
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:521
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,
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:507