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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -