Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Last active June 23, 2021 12:57
Show Gist options
  • Select an option

  • Save catalinghita8/1f99934ffbccf9861d706e24b86f8705 to your computer and use it in GitHub Desktop.

Select an option

Save catalinghita8/1f99934ffbccf9861d706e24b86f8705 to your computer and use it in GitHub Desktop.
@Composable
fun ProfileCardComposable(userProfile: UserProfile) {
Card(...) {
Row(...) {
ProfilePictureComposable(userProfile.profilePictureDrawableId)
ProfileContentComposable(userProfile.name, userProfile.lastActivityMinutes)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment