LibreTube/app/src/main/res/layout/fragment_downloads.xml
2022-09-09 14:42:46 +02:00

11 lines
386 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="wrap_content">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/downloads"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>