Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save catalinghita8/c68549ef25c5a908e8cccf9dba90eb6e to your computer and use it in GitHub Desktop.
@Composable
fun ProfilePictureComposable() {
Card(
shape = CircleShape,
border = BorderStroke(2.dp, color = Helper.getGreenColor()),
modifier = Modifier.size(48.dp),
elevation = 4.dp
) {
Image( ... )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment