2016-12-18 22:56:28 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-01-31 16:23:33 +01:00
|
|
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-05-16 10:18:46 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2021-01-31 16:23:33 +01:00
|
|
|
android:id="@+id/track_recycler"
|
2017-05-16 10:18:46 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-02-22 00:43:50 +01:00
|
|
|
android:layout_height="match_parent"
|
2021-05-22 18:02:49 +02:00
|
|
|
android:clipToPadding="false"
|
2021-01-31 20:50:22 +01:00
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingBottom="8dp"
|
2021-01-31 16:23:33 +01:00
|
|
|
tools:listitem="@layout/track_item" />
|