... | @@ -92,17 +92,29 @@ After adding builders to BMB, it is ready for a boom. |
... | @@ -92,17 +92,29 @@ After adding builders to BMB, it is ready for a boom. |
|
### Piece Place Enum for Simple Circle Button
|
|
### Piece Place Enum for Simple Circle Button
|
|
All piece-place-enum and button-place-enum can be found in [demo](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/java/com/nightonke/boommenusample/SimpleCircleButtonActivity.java).
|
|
All piece-place-enum and button-place-enum can be found in [demo](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/java/com/nightonke/boommenusample/SimpleCircleButtonActivity.java).
|
|
|
|
|
|
| Number of Button | VHPiecePlaceEnum | Images |
|
|
| Pieces | PiecePlaceEnum(.java)<br>bmb_piecePlaceEnum(.xml) | Images |
|
|
| :-------- | :--------| :--------|
|
|
| :-------- | :--------| :--------|
|
|
| 1 | VHPiecePlace\_DOT\_1 |  |
|
|
| 1 | DOT\_1<br>piecePlace_dot_1 |  |
|
|
| 2 | VHPiecePlace\_DOT\_2\_M |  |
|
|
| 2 | DOT\_2\_M<br>piecePlace_dot_2_M |  |
|
|
| 3 | VHPiecePlace\_DOT\_3\_M |    |
|
|
| 3 | DOT\_3\_M<br>piecePlace_dot_3_M |    |
|
|
| 4 | VHPiecePlace\_DOT\_4\_M |  |
|
|
| 4 | DOT\_4\_M<br>piecePlace_dot_4_M |  |
|
|
| 5 | VHPiecePlace\_DOT\_5\_M |    |
|
|
| 5 | DOT\_5\_M<br>piecePlace_dot_5_M |    |
|
|
| 6 | VHPiecePlace\_DOT\_6\_M |      |
|
|
| 6 | DOT\_6\_M<br>piecePlace_dot_6_M |      |
|
|
| 7 | VHPiecePlace\_DOT\_7\_M |      |
|
|
| 7 | DOT\_7\_M<br>piecePlace_dot_7_M |      |
|
|
| 8 | VHPiecePlace\_DOT\_8\_M |       |
|
|
| 8 | DOT\_8\_M<br>piecePlace_dot_8_M |       |
|
|
| 9 | VHPiecePlace\_DOT\_9\_M |  |
|
|
| 9 | DOT\_9\_M<br>piecePlace_dot_9_M |  |
|
|
|
|
|
|
### Button Place Enum for Simple Circle Button
|
|
### Button Place Enum for Simple Circle Button
|
|
All piece-place-enum and button-place-enum can be found in [demo](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/java/com/nightonke/boommenusample/SimpleCircleButtonActivity.java).
|
|
All piece-place-enum and button-place-enum can be found in [demo](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/java/com/nightonke/boommenusample/SimpleCircleButtonActivity.java).
|
|
|
|
|
|
|
|
| Buttons | ButtonPlaceEnum(.java)<br>bmb_buttonPlaceEnum(.xml) | Images |
|
|
|
|
| :-------- | :--------| :--------|
|
|
|
|
| 1 | SC\_1<br>buttonPlace_sc_1 |  |
|
|
|
|
| 2 | SC\_2\_M<br>buttonPlace_sc_2_M |  |
|
|
|
|
| 3 | SC\_3\_M<br>buttonPlace_sc_3_M |    |
|
|
|
|
| 4 | SC\_4\_M<br>buttonPlace_sc_4_M |  |
|
|
|
|
| 5 | SC\_5\_M<br>buttonPlace_sc_5_M |    |
|
|
|
|
| 6 | SC\_6\_M<br>buttonPlace_sc_6_M |      |
|
|
|
|
| 7 | SC\_7\_M<br>buttonPlace_sc_7_M |      |
|
|
|
|
| 8 | SC\_8\_M<br>buttonPlace_sc_8_M |       |
|
|
|
|
| 9 | SC\_9\_M<br>buttonPlace_sc_9_M |  | |
|
|
|
\ No newline at end of file |