firstTrackOut
This commit is contained in:
parent
1dd8493997
commit
fb5d241a43
@ -38,29 +38,7 @@ fun Greeting(name: String, modifier: Modifier = Modifier) {
|
||||
modifier = modifier
|
||||
)
|
||||
}
|
||||
@Composable
|
||||
fun ClockInButton(modifier: Modifier = Modifier) {
|
||||
Button(
|
||||
onClick = {
|
||||
// Handle Clock In action here
|
||||
},
|
||||
modifier = modifier
|
||||
) {
|
||||
Text(text = "Clock In")
|
||||
}
|
||||
}
|
||||
|
||||
@Composable
|
||||
fun ClockOutButton(modifier: Modifier = Modifier) {
|
||||
Button(
|
||||
onClick = {
|
||||
// Handle Clock Out action here
|
||||
},
|
||||
modifier = modifier
|
||||
) {
|
||||
Text(text = "Clock Out")
|
||||
}
|
||||
}
|
||||
|
||||
@Preview(showBackground = true)
|
||||
@Composable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user