How to reduce EditText Hint size?
EditText
it is easy to reduce the hint size of the edittext
editText.setHint(Html.fromHtml( "" + "hinttext1" + "" + "" + "hinttext2" + "" ));