We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52116f2 commit 3d4a520Copy full SHA for 3d4a520
compose/snippets/src/main/java/com/example/compose/snippets/components/Tooltips.kt
@@ -94,7 +94,7 @@ fun PlainTooltipExample(
94
IconButton(onClick = { /* Do something... */ }) {
95
Icon(
96
imageVector = Icons.Filled.Favorite,
97
- contentDescription = "Localized Description"
+ contentDescription = "Add to favorites"
98
)
99
}
100
@@ -194,7 +194,7 @@ fun AdvancedRichTooltipExample(
194
IconButton(onClick = { tooltipState.dismiss() }) {
195
196
imageVector = Icons.Filled.Camera,
197
+ contentDescription = "Open camera"
198
199
200
0 commit comments