... | @@ -14,7 +14,7 @@ Add BMB in .xml file. |
... | @@ -14,7 +14,7 @@ Add BMB in .xml file. |
|
app:bmb_buttonPlaceEnum="buttonPlace_sc_9_1"
|
|
app:bmb_buttonPlaceEnum="buttonPlace_sc_9_1"
|
|
/>
|
|
/>
|
|
```
|
|
```
|
|
You can set button-enum, piece-place-enum and button-place-enum in .xml file with attributes or in .java file with setters. For more information and pictures about [piece-place-enum]() and [button-place-enum](), check the tables below.
|
|
You can set button-enum, piece-place-enum and button-place-enum in .xml file with attributes or in .java file with setters. For more information and pictures about [piece-place-enum](https://github.com/Nightonke/BoomMenu/wiki/Simple-Circle-Button#piece-place-enum-for-simple-circle-button) and [button-place-enum](https://github.com/Nightonke/BoomMenu/wiki/Simple-Circle-Button#button-place-enum-for-simple-circle-button), check the tables below.
|
|
|
|
|
|
###Add Builders
|
|
###Add Builders
|
|
The builder of simple circle button has lots of methods to customize the boom-buttons.
|
|
The builder of simple circle button has lots of methods to customize the boom-buttons.
|
... | @@ -88,6 +88,8 @@ for (int i = 0; i < bmb.getButtonPlaceEnum().buttonNumber(); i++) { |
... | @@ -88,6 +88,8 @@ for (int i = 0; i < bmb.getButtonPlaceEnum().buttonNumber(); i++) { |
|
After adding builders to BMB, it is ready for a boom.
|
|
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).
|
|
|
|
|
|
| Number of Button | VHPiecePlaceEnum | Images |
|
|
| Number of Button | VHPiecePlaceEnum | Images |
|
|
| :-------- | :--------| :--------|
|
|
| :-------- | :--------| :--------|
|
|
| 1 | VHPiecePlace\_DOT\_1 | ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_1.png?raw=true) |
|
|
| 1 | VHPiecePlace\_DOT\_1 | ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_1.png?raw=true) |
|
... | @@ -100,4 +102,5 @@ After adding builders to BMB, it is ready for a boom. |
... | @@ -100,4 +102,5 @@ After adding builders to BMB, it is ready for a boom. |
|
| 8 | VHPiecePlace\_DOT\_8\_M | ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_1.png?raw=true)![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_2.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_3.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_4.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_5.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_6.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_7.png?raw=true) |
|
|
| 8 | VHPiecePlace\_DOT\_8\_M | ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_1.png?raw=true)![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_2.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_3.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_4.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_5.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_6.png?raw=true) ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_8_7.png?raw=true) |
|
|
| 9 | VHPiecePlace\_DOT\_9\_M | ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_9_1.png?raw=true)![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_9_2.png?raw=true)![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_9_3.png?raw=true) |
|
|
| 9 | VHPiecePlace\_DOT\_9\_M | ![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_9_1.png?raw=true)![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_9_2.png?raw=true)![](https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonPictures/DOT_9_3.png?raw=true) |
|
|
|
|
|
|
### Button Place Enum for Simple Circle Button |
|
### Button Place Enum for Simple Circle Button
|
|
\ No newline at end of file |
|
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). |