TextInputLayout :How to give padding or margin to hint?

后端 未结 15 1863
离开以前
离开以前 2020-11-28 06:42

I have to use TextInputLayout of design support library in my project. I want to give space between hint and EditText in TextInp

15条回答
  •  春和景丽
    2020-11-28 07:35

    To disable the bottom line cut effect i have used margins, translationY and clipChildren="false"

    
    
            
        
    

提交回复
热议问题