Android EditText Hint Size

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

How to reduce EditText Hint size?

12条回答
  •  孤城傲影
    2020-11-28 06:54

    @marmor 's Approach is the best One. You can alter the number of --- tags to adjust size.

    You can also define the text of Hint directly as I did

    view.setHint(Html.fromHtml("" + "This is Hint" + ""));

    Hope this will help.

提交回复
热议问题