summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_article.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-13 15:14:34 +0300
committerAndrew Dolgov <[email protected]>2015-12-13 15:14:34 +0300
commitd7f4c96701a4b80b78f439ba2311d081edb6ac3a (patch)
tree5ebda15ad2893a0d782e033168d4719aee418bf7 /org.fox.ttrss/src/main/res/layout/fragment_article.xml
parent16a30626a489130f6cacd34caca21e10e0ab3305 (diff)
article scroll view: bring back forgotten scrollbars
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml')
-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" />