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.
Comments
Post a Comment