spannablestring - special images displaying when using spannable in android -


enter image description here

hello everyone,iam using following code,while using code pigeon image displaying pls suggest me how remove one

spannablestringbuilder stringbuilder = new spannablestringbuilder();         stringbuilder.append("");         stringbuilder.append("\n");         stringbuilder.append(vid_namearr[position]);         stringbuilder.append("\n\n");         stringbuilder.append(vid_descarr[position]);         tv.settext(stringbuilder); 

while removing custom font displaying box

enter image description here


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -