NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
875 stars 208 forks source link

It doesn't process pre tag properly. #37

Open forlayo opened 8 years ago

forlayo commented 8 years ago
new HtmlSpanner()).fromHtml("
<pre>
        String dateChangeString = getDateChangeTextIfNeeded(position);
        if (!TextUtils.isEmpty(dateChangeString)) {
            holder.mDateChangeText.setText(dateChangeString);
            holder.mDateChangeLayout.setVisibility(View.VISIBLE);
        } else {
            holder.mDateChangeLayout.setVisibility(View.GONE);
        }
</pre> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;");

Produces: "\n\n"