Android: Display TextView in the right-side of EditText which is in the TextInputLayout

前端 未结 3 1620
故里飘歌
故里飘歌 2021-02-20 13:18

I am trying to create a layout like in the picture below

In the above picture the password field is in the TextInputLayout and it also have a TextView in the right side

3条回答
  •  难免孤独
    2021-02-20 13:58

    Try Like this - Surround with Relative or Linear Layout to get the output like that

        
            
                
    
            
            
        
    

    Note : Set some padding right for edit text for alignment


    If you type full edittext , the textview overlay for your character .

提交回复
热议问题