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