4

I am writing an application where I need to set cursor position to right of Hint text.

I checked with some of available answer , here and here but all these say with input text instead with only text hint.

Any suggestion if it is possible to have!

Community
  • 1
  • 1
CoDe
  • 11,056
  • 14
  • 90
  • 197
  • add addTextChangedListener to your edittext and if text.length is 0 set the hint text to your edittext – Anjali Jan 12 '15 at 07:30

0 Answers0