Skip to content

Instantly share code, notes, and snippets.

@v3n3
Created June 22, 2017 21:27
Show Gist options
  • Save v3n3/abbe9f9bb5c08d7e1556636af714bf37 to your computer and use it in GitHub Desktop.
Save v3n3/abbe9f9bb5c08d7e1556636af714bf37 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())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment