Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Created September 27, 2020 09:01
Show Gist options
  • Select an option

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

Select an option

Save catalinghita8/e7527bbb1674184868cc41b52b8a98c4 to your computer and use it in GitHub Desktop.
@Composable
fun ProfileCardComposable() {
Row() {
ProfilePictureComposable()
ProfileContentComposable()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment