summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-04 19:56:32 +0300
committerAndrew Dolgov <[email protected]>2017-06-04 19:56:32 +0300
commitaf67ce49d7cbf74fa3244782060ae51bcf5b0c56 (patch)
treeb9a7c117eb14a588b8493325be9515ce2b958327 /org.fox.ttrss/src/main/res/layout
parentfac96820b414de3c28cc0a351c18487ec221c1d5 (diff)
headlines: animate images, add vertical scrollbar
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/fragment_headlines.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
index 0797364e..d8b70aee 100644
--- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
@@ -14,6 +14,7 @@
<org.fox.ttrss.util.ContextMenuRecyclerView
android:id="@+id/headlines_list"
android:drawSelectorOnTop="true"
+ android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v4.widget.SwipeRefreshLayout>