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.
2 parents 5e2384b + d21cdce commit 028e503Copy full SHA for 028e503
compose/snippets/src/main/java/com/example/compose/snippets/text/TextSnippets.kt
@@ -856,7 +856,7 @@ private val firaSansFamily = FontFamily()
856
val LightBlue = Color(0xFF0066FF)
857
val Purple = Color(0xFF800080)
858
859
-// [START android_compose_text_auto_format_phone_number_showhidepassword]
+// [START android_compose_text_showhidepassword]
860
@Composable
861
fun PasswordTextField() {
862
var password by rememberSaveable { mutableStateOf("") }
@@ -887,4 +887,4 @@ fun PasswordTextField() {
887
}
888
)
889
890
-// [END android_compose_text_auto_format_phone_number_showhidepassword]
+// [END android_compose_text_showhidepassword]
0 commit comments