LibreTube/app/src/main/res/layout/fragment_downloads.xml

11 lines
386 B
XML
Raw Normal View History

2022-09-09 17:53:39 +05:30
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2022-09-09 18:12:46 +05:30
android:layout_height="wrap_content">
2022-09-09 17:53:39 +05:30
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/downloads"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>