Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の行動:
EditTextPreferenceをクリックします
パスワードが記載されたウィンドウが表示されます
すべて問題ありませんが、以前に入力したパスワードの長さを確認できます
パスワードの長さを隠すにはどうすればよいですか?
EditTextのTextColorを白に設定できます。ユーザーが入力したものはすべて非表示になり、これらを使用してカーソルを非表示にすることもできます。
android:textColor="@color/white" or android:textColor="#FFFFFF" android:cursorVisible="false"