Hello,
However, this causes some devices to ask the user if they want to save the password
Because you set textVisiblePassword
, it means the password is visible in this field, try to remove textVisiblePassword
.
If you want to remove the underline of EditText
, try to set android:backgroundTint="@android:color/transparent"
But your main purpose is to remove the underline in text itself, that's the autocorrection (like username fields, family names and so on). I have to say, we can't disable Text correction
by EditText
, you can try to turn off Text correction
under Settings->System->Language&Input-> On-screen keyboard->GBoard
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.