diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-14 09:14:30 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-14 09:14:30 +0300 |
| commit | d260fc8072a8f89e6b31262483a20638fa7936c1 (patch) | |
| tree | e9a5ffe5621bc7ae08648f1a15ef70a85b9ffe52 /org.fox.ttrss/src/main/res | |
| parent | 964a5b76b78e2d573924b7b15b6f404dcdabad1e (diff) | |
switch to recycler listview/submitlist
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_headlines.xml | 1 |
1 files changed, 0 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 2783a1e4..647c3ae9 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml @@ -12,7 +12,6 @@ <org.fox.ttrss.util.ContextMenuRecyclerView android:id="@+id/headlines_list" android:background="?colorSurfaceContainer" - android:drawSelectorOnTop="true" android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match_parent" /> |