Refactoring

This commit is contained in:
Koitharu
2023-05-19 14:19:02 +03:00
parent 65ed5c7e6b
commit 96c89a716e
453 changed files with 2009 additions and 1975 deletions

View File

@@ -7,13 +7,13 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<org.koitharu.kotatsu.base.ui.widgets.BottomSheetHeaderBar
<org.koitharu.kotatsu.core.ui.widgets.BottomSheetHeaderBar
android:id="@+id/headerBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:title="@string/chapters" />
<org.koitharu.kotatsu.base.ui.list.fastscroll.FastScrollRecyclerView
<org.koitharu.kotatsu.core.ui.list.fastscroll.FastScrollRecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"