Hi,
I suggest using the bind API that wraps a Container. That way you bind a 
Fab to the Container within the Tab before adding it.

E.g. 

Container myNewTabContainer = myFab.bindFabToContainer(myTabContainer);
tabs.addTab("My Tab Name", myNewTabContainer);

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/f33d970e-548a-420b-be3c-6399f7df2e9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to