Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save catalinghita8/1a97d7573c7504e9f07901c85b778f6f to your computer and use it in GitHub Desktop.
@Composable
fun ProfileCardComposable() {
Row(modifier = Modifier
.wrapContentSize()
.clip(RoundedCornerShape(4.dp))
.background(color = Helper.getWhiteColor())
.padding(16.dp),
) { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment