textview字体加粗
普通:
textview.setText("hello, 你好吗");
加粗:
textview.setText(Html.fromHtml("hello, <b>你好吗</b>"));
textview.setText("hello, 你好吗");
加粗:
textview.setText(Html.fromHtml("hello, <b>你好吗</b>"));
Copyright 知识库 Some Rights Reserved
如反馈或投诉等情况联系:une35498#163.com