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 347c502 commit 635ea2cCopy full SHA for 635ea2c
compose/snippets/src/main/java/com/example/compose/snippets/text/AutofillSnippets.kt
@@ -143,7 +143,6 @@ fun SaveDataWithAutofillOnClick() {
143
// [END android_compose_autofill_5]
144
}
145
146
-// [START android_compose_autofill_6]
147
@Composable
148
fun CustomAutofillHighlight(customHighlightColor: Color = Color.Red) {
149
var textFieldValue = remember {
@@ -162,5 +161,3 @@ fun CustomAutofillHighlight(customHighlightColor: Color = Color.Red) {
162
161
163
// [END android_compose_autofill_6]
164
165
-// [END android_compose_autofill_6]
166
-
0 commit comments