2022-01-02 20:53:11 +01:00
|
|
|
<com.cappielloantonio.play.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"
|
2022-01-03 23:21:49 +01:00
|
|
|
android:paddingTop="4dp"
|
2022-01-02 20:53:11 +01:00
|
|
|
android:paddingBottom="@dimen/global_padding_bottom" />
|
|
|
|
|
|
|
|
|
|
</com.cappielloantonio.play.helper.recyclerview.NestedScrollableHost>
|