To set hintSize of EditText, I set font size in string.xml,like this:
<string name="hello_world"><font size="15">Hello world!</font></string>
<EditText>
android:hint="@string/hello_word"
</EditText>
It works, while I confuse if it works fine on different devices with different screens?