Android RTL password fields?

前端 未结 6 1684
别跟我提以往
别跟我提以往 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条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 09:24

    In my case, the problem was simply solved by changing the layout_width to wrap_content.

提交回复
热议问题