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
Just add to your EditText custom background
// your padding value // customize your background items if you need
then apply it to your EditText and increase height of your EditText with your padding value if you use fix height