Android - Jetpack Compose
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Text(
text = "Like",
modifier = Modifier.fillMaxWidth(),
textAlign = TextAlign.Center,
style = MaterialTheme.typography.titleMedium,
fontWeight = FontWeight.Bold
)- tapOn: "Like"FloatingActionButton(onClick = onClick,
modifier = Modifier
.semantics { testTagsAsResourceId = true }.testTag("Add")
) {
Icon(Icons.Filled.Add, "")
}- tapOn:
id: "Add"