Skip to content

Instantly share code, notes, and snippets.

View Speedhunte's full-sized avatar
💭
HSE CyberSecurity student

Speedhunte

💭
HSE CyberSecurity student
View GitHub Profile
@Composable
fun PillCardItem(
modifier: Modifier = Modifier,
pillIcon: Int,
pillName: String,
dosage: Int,
timeToTake: String,
//dosageIcon: Int
) {