Skip to content

Use BMB in Fragment

Weiping Huang edited this page Mar 28, 2017 · 3 revisions

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 for more details.