Move tracking to a bottom sheet (#4364)

* Move tracking to a bottom sheet

* Give methods better names and remove unnecessary annotation
This commit is contained in:
Andreas
2021-01-31 20:43:43 +01:00
committed by GitHub
parent c34b548a3e
commit 535abcbb8b
12 changed files with 357 additions and 396 deletions

View File

@@ -5,20 +5,12 @@
android:layout_height="match_parent"
android:orientation="vertical">
<eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout
android:id="@+id/swipe_refresh"
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/track_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/track_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/track_item" />
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>
android:clipToPadding="false"
tools:listitem="@layout/track_item" />
</LinearLayout>