articlefragment: shorten with … instead of ...
This commit is contained in:
parent
09d319bebd
commit
1ef59c2213
@ -115,7 +115,7 @@ public class ArticleFragment extends Fragment {
|
|||||||
String titleStr;
|
String titleStr;
|
||||||
|
|
||||||
if (m_article.title.length() > 200)
|
if (m_article.title.length() > 200)
|
||||||
titleStr = m_article.title.substring(0, 200) + "...";
|
titleStr = m_article.title.substring(0, 200) + "…";
|
||||||
else
|
else
|
||||||
titleStr = m_article.title;
|
titleStr = m_article.title;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user