Not sure if this will return to the download queue screen, you really shouldn't be downloading a ton of stuff at once anyway? (cherry picked from commit 1668be85875522721ee971afac4b46aa7da343c6) # Conflicts: # app/src/main/res/values/styles.xml
8 lines
353 B
XML
8 lines
353 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:clipToPadding="false"
|
|
tools:listitem="@layout/download_item" />
|