-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Control BMB
Weiping Huang edited this page May 26, 2017
·
5 revisions
Boom or re-boom BMB programmatically.
Check the demo for more details.
- Boom!
bmb.boom();
- Re-Boom!
bmb.reboom();
- Boom in an instant!
bmb.boomImmediately();
- Re-Boom in an instant!
bmb.reboomImmediately();
- Boom when BMB is shown!
Or in .xml:
bmb.setAutoBoom(true);
app:bmb_autoBoom="true"
- Boom in an instant when BMB is shown!
Or in .xml:
bmb.setAutoBoomImmediately(true);
app:bmb_autoBoomImmediately="true"
- Basic Usage
- Simple Circle Button
- Text Inside Circle Button
- Text Outside Circle Button
- Ham Button
- Share Style
- Custom Position
- Button Place Alignments
- Different Ways to Boom
- Ease Animations for Buttons
- Different Order for Buttons
- Other Animations Attributes for Buttons
- Click Event and Listener
- Control BMB
- Use BMB in Action Bar
- Use BMB in Tool Bar
- Use BMB in List
- Use BMB in Fragment
- Attributes for BMB or Pieces on BMB
- Cache Optimization & Boom Area
- Change Boom Buttons Dynamically
- Fade Views
- Version History
- Structure for BMB