Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created July 27, 2021 07:59
Show Gist options
  • Save gokmenbayram/e54c20d144e83605c2e6c447c0ba9249 to your computer and use it in GitHub Desktop.
Save gokmenbayram/e54c20d144e83605c2e6c447c0ba9249 to your computer and use it in GitHub Desktop.
OutlinedTextField(
value = password,
onValueChange = { password = it },
label = { Text("Şifre") },
singleLine = true,
visualTransformation = PasswordVisualTransformation(),
keyboardOptions = KeyboardOptions(keyboardType = KeyboardType.Password)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment