-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use BMB in Fragment
Weiping Huang edited this page Mar 28, 2017
·
3 revisions
Example for use BMB in fragment.
When use BMB in fragment, notice that set BMB's "inFragment" attribute to true by:
bmb.setInFragment(true);
Or in .xml:
app:bmb_inFragment="true"
Check demo for more details.
- 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