2015-01-17 5 views

답변

0

가장 좋은 방법은 html을 사용하는 것입니다.

TextView tvSentence = (TextView)findViewById(R.id.tv); 

String hashtag= "<font color='#EE0000'>#</font>"; 
String videocats= "videocats"; 
tv.setText(Html.fromHtml(hashtag+ videocats)); 
관련 문제