Android RTL password fields?

前端 未结 6 1666
别跟我提以往
别跟我提以往 2020-12-09 08:58

It appears that if you have an EditText on android with the

android:inputType=\"textPassword\" or android:password=\"true

fields

6条回答
  •  Happy的楠姐
    2020-12-09 09:15

    The only solution I've found was to set the gravity programatically to LEFT or RIGHT after setting the inputType.

提交回复
热议问题