Skip to content

Instantly share code, notes, and snippets.

@AndreVero
Created February 27, 2024 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreVero/6007bd5028b25c36dae3697be9957ce1 to your computer and use it in GitHub Desktop.
Save AndreVero/6007bd5028b25c36dae3697be9957ce1 to your computer and use it in GitHub Desktop.
Final composable
GlovoLikeAnimation(
onGoalClick = { item ->
Log.d("Glovo Item", item.title)
},
mainItem = GlovoItem("Main", defaultPath),
items = listOf(
GlovoItem("Secondary 1", defaultPath),
GlovoItem("Secondary 2", defaultPath),
GlovoItem("Secondary 3", defaultPath),
GlovoItem("Secondary 4", defaultPath),
GlovoItem("Secondary 5", defaultPath),
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment