mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
10 lines
448 B
XML
10 lines
448 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/track_recycler"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"
|
|
android:clipToPadding="false"
|
|
tools:listitem="@layout/track_item" />
|