Android RTL password fields?

前端 未结 6 1660
别跟我提以往
别跟我提以往 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条回答
  •  -上瘾入骨i
    2020-12-09 09:20

    In My Case both worked fine.

    1) android:textAlignment="viewStart"

    And

    2)

    https://stackoverflow.com/a/38291472/6493661

提交回复
热议问题