Android TextView设置 Html格式

效果图:


image.png
        TextView mTextView = rootView.findViewById(R.id.tv_test);
        mTextView.setText(Html.fromHtml(getString(R.string.test_string, 10)));

strings文件

          %1$d次]]>


你可能感兴趣的:(Android TextView设置 Html格式)