summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/queue_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-10-04 11:22:39 +0200
committerByteHamster <info@bytehamster.com>2019-10-04 11:22:39 +0200
commitc130498fc6848ed46c17c2ab552ce6ae9f58c8d6 (patch)
tree1233504c1f96162257f444f10da647fd251e0a4e /app/src/main/res/layout/queue_fragment.xml
parent7fde9f73c6729bdc4bf8e1b4fc385f69fd1bd8ae (diff)
downloadAntennaPod-c130498fc6848ed46c17c2ab552ce6ae9f58c8d6.zip
Automatic AndroidX migration
Diffstat (limited to 'app/src/main/res/layout/queue_fragment.xml')
-rw-r--r--app/src/main/res/layout/queue_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/queue_fragment.xml b/app/src/main/res/layout/queue_fragment.xml
index 85b0df58c..63da6a315 100644
--- a/app/src/main/res/layout/queue_fragment.xml
+++ b/app/src/main/res/layout/queue_fragment.xml
@@ -20,7 +20,7 @@
android:layout_below="@id/info_bar"
android:background="?android:attr/listDivider"/>
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"