This commit is contained in:
2019-11-20 17:44:39 +08:00
commit 1a82140462
116 changed files with 15607 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/downloading_rv_downloading"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>