summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-04 07:58:56 +0300
committerAndrew Dolgov <[email protected]>2017-06-04 07:58:56 +0300
commit357b5c9a2736d3587c3ec19ed76b04e7e3c9fa0f (patch)
treed1f2d2f9f61d5ac5ed55b21453f4354fe38af8cc /org.fox.ttrss/src/main/res/layout
parent1102e522f1b8aeec294afa8cf89ea69f0de5acd5 (diff)
headlines list: reimplement context menus
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/fragment_headlines.xml2
1 files changed, 1 insertions, 1 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 2406ddbe..0797364e 100644
--- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
@@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <android.support.v7.widget.RecyclerView
+ <org.fox.ttrss.util.ContextMenuRecyclerView
android:id="@+id/headlines_list"
android:drawSelectorOnTop="true"
android:layout_width="match_parent"