Skip to content

Instantly share code, notes, and snippets.

@v3n3
Last active June 29, 2017 19:09
Show Gist options
  • Save v3n3/6cc7a289d58d07df4ad19a864a89687b to your computer and use it in GitHub Desktop.
Save v3n3/6cc7a289d58d07df4ad19a864a89687b to your computer and use it in GitHub Desktop.
new Fabulous.Builder(this)
.setFab(binding.exampleOne)
.setFabOverlay(findViewById(R.id.overlay))
.setMenuId(R.menu.menu_sample)
.setMenuPattern(new LinearPattern())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment