Android EditText Hint Size

前端 未结 12 1154
轮回少年
轮回少年 2020-11-28 06:21

How to reduce EditText Hint size?

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 06:57

    it is easy to reduce the hint size of the edittext

    editText.setHint(Html.fromHtml(
        "" + "hinttext1" + "" + 
        "" + "hinttext2" + "" )); 
    

提交回复
热议问题