Skip to content

Instantly share code, notes, and snippets.

@wwdablu
Last active November 19, 2019 01:48
Show Gist options
  • Save wwdablu/812ad7528915cf3cfeb56907d6feb23b to your computer and use it in GitHub Desktop.
Save wwdablu/812ad7528915cf3cfeb56907d6feb23b to your computer and use it in GitHub Desktop.
Create menu item from another menu item
MenuItem item2 = MenuItemBuilder.createFrom(item1)
.selectedLottieName("gift.json")
.unSelectedLottieName("gift.json")
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment