summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/search_fragment.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/search_fragment.xml
parent4e0e4baa056509536f34078bf15031d8c0c97053 (diff)
downloadAntennaPod-4f0de071ec4654c8d0a829d2edb60d9891ce74da.zip
Converted lists to RecyclerView
Also, cleaned up list adapters
Diffstat (limited to 'app/src/main/res/layout/search_fragment.xml')
-rw-r--r--app/src/main/res/layout/search_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/search_fragment.xml b/app/src/main/res/layout/search_fragment.xml
index e9e59b592..371f94e34 100644
--- a/app/src/main/res/layout/search_fragment.xml
+++ b/app/src/main/res/layout/search_fragment.xml
@@ -22,9 +22,9 @@
android:layout_height="wrap_content"
android:layout_gravity="center"/>
- <ListView
+ <androidx.recyclerview.widget.RecyclerView
android:layout_below="@id/toolbar"
- android:id="@+id/listview"
+ android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>