summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-01 17:03:11 +0300
committerAndrew Dolgov <[email protected]>2017-06-01 17:03:11 +0300
commit583578fe8afcdb1778b37c38f6e4ccc56c35612e (patch)
tree713b1b2ab31473995d5cd5503452bcac4b797474 /org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
parent1ca3a7d681ae8088148bfa065aa726e07e9b5b4f (diff)
WIP: headlines list switched to recycler view
known issues: context menu not working
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_headlines.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/fragment_headlines.xml13
1 files changed, 1 insertions, 12 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 29809c0a..2406ddbe 100644
--- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
@@ -11,24 +11,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <ListView
+ <android.support.v7.widget.RecyclerView
android:id="@+id/headlines_list"
android:drawSelectorOnTop="true"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v4.widget.SwipeRefreshLayout>
- <!-- <TextView
- android:id="@+id/no_headlines"
- android:clickable="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="@string/no_headlines"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:visibility="invisible" >
- </TextView> -->
-
<com.shamanland.fab.FloatingActionButton
android:id="@+id/headlines_fab"
android:layout_width="wrap_content"