summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org.fox.ttrss/src/main/res/layout/fragment_article.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
index 04fd22b2..3db6adc3 100644
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -14,6 +14,7 @@
<org.fox.ttrss.util.NoChildFocusScrollView
android:id="@+id/article_scrollview"
+ android:scrollbars="vertical|horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="false" >
@@ -137,6 +138,7 @@
<org.fox.ttrss.util.LessBrokenWebView
android:layout_margin="16dp"
android:id="@+id/article_content"
+ android:scrollbars="none"
android:layout_width="match_parent"
android:layout_height="wrap_content" />