Skip to content

Instantly share code, notes, and snippets.

@wwdablu
Last active November 19, 2019 01:45
Show Gist options
  • Save wwdablu/77b196f51856575e3426c0ca5b42812f to your computer and use it in GitHub Desktop.
Save wwdablu/77b196f51856575e3426c0ca5b42812f to your computer and use it in GitHub Desktop.
Sample of how to use the menuitembuilder
MenuItem item = MenuItemBuilder.create("home.json", MenuItem.Source.Assets, fontItem, "dashboard")
.pausedProgress(1f)
.loop(false)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment