I have to use TextInputLayout of design support library in my project. I want to give space between hint and EditText in TextInp
TextInputLayout
hint
EditText
TextInp
@RaduTopor 's answer is good, but I think we also need add android:bottom or else it also de-centres the hint text displayed inside the EditText when not focused
or or whatever./>
Before(RaduTopor answer):
After: