I have a EditText input field. I have added a hint in it. Now i want to change the size of hint text, but when i do this, it also effects the size of the text. Kind
EditText
You can set it in resource file.
For example:
Hint!
And your XML:
android:hint="@string/hint"