Files
UIUIPadAppstore/app/src/main/res/layout/fragment_downloading.xml
2019-11-20 17:44:39 +08:00

11 lines
437 B
XML

<?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>