Minor cleanup

This commit is contained in:
arkon
2021-01-31 10:23:33 -05:00
parent 535abcbb8b
commit d5cfbef42b
5 changed files with 28 additions and 36 deletions

View File

@@ -1,16 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<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:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/track_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="4dp"
android:clipToPadding="false"
tools:listitem="@layout/track_item" />
</LinearLayout>
android:layout_marginTop="4dp"
android:clipToPadding="false"
tools:listitem="@layout/track_item" />