summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-17 00:17:21 +0100
committerByteHamster <info@bytehamster.com>2020-03-17 14:35:06 +0100
commit4f0de071ec4654c8d0a829d2edb60d9891ce74da (patch)
treedb1dcd0b128841f6f9303ec71efdcf46dc348b57 /app/src/main/res/layout/feeditemlist_item.xml
parent4e0e4baa056509536f34078bf15031d8c0c97053 (diff)
downloadAntennaPod-4f0de071ec4654c8d0a829d2edb60d9891ce74da.zip
Converted lists to RecyclerView
Also, cleaned up list adapters
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_item.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index 1bc18dc0a..66febc1d0 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -25,6 +25,7 @@
android:src="?attr/dragview_background"
android:paddingEnd="8dp"
android:paddingRight="8dp"
+ android:visibility="gone"
tools:src="@drawable/ic_drag_vertical_grey600_48dp"
tools:background="@android:color/holo_green_dark"/>