Adding typeface in textview to a specific word
"); tv1.setText(spannable1); // using html tv1.setText("...sound and active.\n\n HEAD \n The skull is broad and.... tv1.setTextSize(20); tv1.invalidate();
Can anyone help me?
Answer by ??????? K for Adding typeface in textview to a specific word
try as:
FlowTextView tv1 =
(FlowTextView) findViewById(R.id.tv4); Spanned spannable1 = Html.fromHtml("
0 comments:
Post a Comment