Skip to content

Instantly share code, notes, and snippets.

@v3n3
Created June 22, 2017 21:28
Show Gist options
  • Save v3n3/156fbef7d774010564a4643528ef7277 to your computer and use it in GitHub Desktop.
Save v3n3/156fbef7d774010564a4643528ef7277 to your computer and use it in GitHub Desktop.
new Fabulous.Builder(this)
.setFab(binding.exampleTwo)
.setMenuId(R.menu.menu_sample)
.setMenuPattern(new CirclePattern())
.setFabTransition(new NinetyDegRotationTransition())
.setFABOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Analytics.trackEvent("menu_clicked");
}
})
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment