Hint Alignment to the right of password EditText

前端 未结 8 1440
耶瑟儿~
耶瑟儿~ 2021-01-17 17:54

I\'m working on and activity with arabic language. I want the hint of the username and password to start from the right and I have no problem f typing started from the left

8条回答
  •  臣服心动
    2021-01-17 18:40

    add gravity right try this way

    
    

    if your API level 17 and higher you can use

    android:textDirection="anyRtl"
    

提交回复
热议问题