Skip to content

Instantly share code, notes, and snippets.

@aritra-tech
Created May 9, 2024 20:20
Show Gist options
  • Save aritra-tech/d9d32702fc60c36fd8705e5915198711 to your computer and use it in GitHub Desktop.
Save aritra-tech/d9d32702fc60c36fd8705e5915198711 to your computer and use it in GitHub Desktop.
Column(
modifier = Modifier.padding(8.dp)
) {
TitleCard(
onClick = {},
title = { Text("Workout") },
contentColor = MaterialTheme.colors.onSurface,
titleColor = MaterialTheme.colors.onSurface
) {
Text("1 Hour 32 mins")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment