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