How to reduce EditText Hint size?
EditText
You can reduce the font size on the EditText - that will reduce the size of the hint as well. i.e. android:textSize="16sp"
hint
android:textSize="16sp"