android - Space between first and second line when styling a text with Drop Cap? -


i trying style text drop cap there gap between first , second line. here code:

    spannable wordtospan = new spannablestring(quote);     wordtospan.setspan(new textappearancespan(mview.getcontext(), r.style.specialtextappearance), 0, 1, spannable.span_exclusive_exclusive);     quotetext.settext(wordtospan); 

this describes issue https://code.google.com/p/android/issues/detail?id=191187 , @ end there message said bug fixed. still have problem. enter image description here


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -