Qiiqe Azuara
Results
3
comments of
Qiiqe Azuara
@here @mattinger I try this way: 1.- remove android:inputType="textPassword" from xml 2.- apply typeface using this great library @chrisjenx thanks 3.- set passwordtransformation in code: password.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); // No suggestions password.setTransformationMethod(PasswordTransformationMethod.getInstance());...
Work in Api 23 , @programingjd Thanks, Nice!
@Widiyanto could you solve this?