diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 8d3b4c26..326ff49c 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -84,6 +84,13 @@ android:textColor="?headlineExcerptTextColor" android:textSize="13sp" /> + + + + + + + + " + + "" + + "" + + "" + + "" + + "" + articleContent + ""; + + WebSettings ws = content.getSettings(); + ws.setSupportZoom(false); + ws.setDefaultFontSize(headlineFontSize); + + content.loadDataWithBaseURL(baseUrl, articleContent, "text/html", "utf-8", null); + + + } String articleAuthor = article.author != null ? article.author : "";