summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/queue_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-04-01 20:29:48 +0200
committerByteHamster <info@bytehamster.com>2020-04-02 18:48:02 +0200
commit59250404c2c4cd3a999f66567d21e8e24d6a2b4d (patch)
tree15cc135abc3c8695281ebf101b2a31f46f8f99b0 /app/src/main/res/layout/queue_fragment.xml
parentea58748b22288ba8f4e372ed4801f242185e593c (diff)
downloadAntennaPod-59250404c2c4cd3a999f66567d21e8e24d6a2b4d.zip
Recycle ViewHolders throughout the app
Diffstat (limited to 'app/src/main/res/layout/queue_fragment.xml')
-rw-r--r--app/src/main/res/layout/queue_fragment.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/queue_fragment.xml b/app/src/main/res/layout/queue_fragment.xml
index a8a81d954..94f929d30 100644
--- a/app/src/main/res/layout/queue_fragment.xml
+++ b/app/src/main/res/layout/queue_fragment.xml
@@ -32,12 +32,11 @@
android:layout_below="@id/info_bar"
android:background="?android:attr/listDivider"/>
- <androidx.recyclerview.widget.RecyclerView
+ <de.danoeh.antennapod.view.EpisodeItemListRecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_below="@id/divider"
- android:scrollbars="vertical"/>
+ android:layout_below="@id/divider" />
<ProgressBar
android:id="@+id/progLoading"