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 could set the text size to the smaller, desired value, then set a text listener to change the text size after some text is entered.