Skip to content

Use BMB in Fragment

Weiping Huang edited this page Dec 11, 2016 · 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.

Clone this wiki locally