How do we set the input type for an EditText programatically? I’m trying: mEdit.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); it doesn’t seem to have any effect. 16 Answers ...
-
May 22, 2022
- 0 Comments