tempus/app/src/main/res/layout/inner_fragment_player_queue.xml

14 lines
645 B
XML
Raw Normal View History

2023-06-17 15:30:23 +02:00
<com.cappielloantonio.tempo.helper.recyclerview.NestedScrollableHost xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/player_queue_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:orientation="vertical"
android:paddingTop="8dp"
android:paddingBottom="@dimen/global_padding_bottom" />
2023-06-17 15:30:23 +02:00
</com.cappielloantonio.tempo.helper.recyclerview.NestedScrollableHost>