Just noticed that android:password has been deprecated, and we should be using android:inputType. Was experimenting with it by setting in my xml
I had the same issue and found a solution :
Previous code:
Solution:
The previous code does not show the 'hint', but when I changed it to the last one it started showing...
hope this be helpful to someone...