|
|
Example for use BMB in fragment.
|
|
|
|
|
|
###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](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/java/com/nightonke/boommenusample/FragmentActivity.java) for more details. |
|
|
\ No newline at end of file |