Otter-App-Android-Funkwhale/app/src/main/res/layout/fragment_queue.xml

23 lines
664 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:paddingTop="16dp">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="16dp"
app:cardElevation="4dp">
<include
android:id="@+id/included"
layout="@layout/partial_queue" />
</androidx.cardview.widget.CardView>
</FrameLayout>