Skip to content

Instantly share code, notes, and snippets.

@zurche
Created November 11, 2023 15:53
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 zurche/5090cd009bcc43d54ea2f1936c63126d to your computer and use it in GitHub Desktop.
Save zurche/5090cd009bcc43d54ea2f1936c63126d to your computer and use it in GitHub Desktop.
Refactor
@Composable
@Preview
fun CryptoNavigation(modifier: Modifier = Modifier) {
Row(
modifier = modifier
.height(50.dp)
.fillMaxWidth()
.clip(RoundedCornerShape(50))
.background(color = Color.Black)
) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment