How to right-align text in an Android TextView or EditText?

后端 未结 5 996
走了就别回头了
走了就别回头了 2020-12-30 18:17

I have an EditText in my application. I want to align the text in it to the right instead of the default left. I tried adding

android:layout_gravity=\"right         


        
5条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-30 19:11

    use layout width and height as wrap content inside relative layout :

    
    
        
    
        
    
        
    
    

提交回复
热议问题