article fragment: remove title bold face

This commit is contained in:
Andrew Dolgov 2013-04-29 21:17:24 +04:00
parent ada1e75298
commit afdc28c041

View File

@ -109,7 +109,6 @@ public class ArticleFragment extends Fragment implements GestureDetector.OnDoubl
titleStr = m_article.title;
title.setTypeface(null, m_article.unread ? Typeface.BOLD : Typeface.NORMAL);
title.setText(Html.fromHtml(titleStr));
//title.setPaintFlags(title.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
title.setOnClickListener(new OnClickListener() {