mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
14 lines
644 B
XML
14 lines
644 B
XML
|
|
<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"
|
||
|
|
android:paddingTop="12dp"
|
||
|
|
android:paddingBottom="@dimen/global_padding_bottom" />
|
||
|
|
|
||
|
|
</com.cappielloantonio.play.helper.recyclerview.NestedScrollableHost>
|