How to make EditText look like a password

Asked 2 years ago, Updated 2 years ago, 118 views

I'm implementing an EditText login, but how can I make the password look like a black circle like when I enter it on another site?

android edittext

2022-09-22 22:04

1 Answers

Go to EditText and set android:password="true"


2022-09-22 22:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.