I have to use TextInputLayout
of design support library in my project. I want to give space between hint
and EditText
in TextInp
I think is simpler than you think working with fixes sizes, provide you don't need to use wrap_content
for whatever reason, otherwise the accepted approach seems to work properly.
Following this example you have a 20dp space to place your hint label as you want, playing with the layout_marginTop
property.