summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-24 13:21:15 +0400
committerAndrew Dolgov <[email protected]>2014-10-24 13:21:15 +0400
commit7783ff3b42551dd54d2e12667a48cc633b4acc20 (patch)
tree9abef34d1cb9c1defc110b4494546e6aa71d7b9c /org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
parent6e8c7a71fa88cb76c1a9c8d2bd9f0b63b85f1220 (diff)
initial implementation of recyclerview
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_fragment.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
index 63f7f856..16e25520 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -9,15 +9,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <ListView
+ <android.support.v7.widget.RecyclerView
android:id="@+id/headlines"
+ android:scrollbars="vertical"
android:layout_width="match_parent"
- android:layoutAnimation="@anim/layout_headline"
android:dividerHeight="0dp"
android:divider="@null"
android:paddingTop="3dp"
android:layout_height="match_parent" >
- </ListView>
+ </android.support.v7.widget.RecyclerView>
</android.support.v4.widget.SwipeRefreshLayout>
<LinearLayout