setHintTextColor() in EditText

Simply add this in your layout for the EditText :

android:textColorHint=”#FFFFFF”

Leave a Comment