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 14:15:26 +0400
committerAndrew Dolgov <[email protected]>2014-10-24 14:15:26 +0400
commit191ce661e7f9624cbe6e088700ba56beb6bb98b6 (patch)
treeaa4a66c0953d8925f5478f0d1cf16d45fe540339 /org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
parent35acda95af6233eab6e7dfbbd7282792c1e48d8a (diff)
Revert "initial implementation of recyclerview"
This reverts commit 7783ff3b42551dd54d2e12667a48cc633b4acc20. Conflicts: org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
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.xml8
1 files changed, 5 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 df44f739..63f7f856 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -9,13 +9,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <android.support.v7.widget.RecyclerView
+ <ListView
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" >
- </android.support.v7.widget.RecyclerView>
+ </ListView>
</android.support.v4.widget.SwipeRefreshLayout>
<LinearLayout