Move MaterialFastScroll to widget package

This commit is contained in:
arkon 2020-07-04 13:45:01 -04:00
parent d9a12d79b0
commit c6d29fc19b
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
package eu.kanade.tachiyomi.ui.library
package eu.kanade.tachiyomi.widget
import android.content.Context
import android.util.AttributeSet

View File

@ -34,7 +34,7 @@
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -14,7 +14,7 @@
android:paddingBottom="@dimen/fab_list_padding"
tools:listitem="@layout/download_item" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -20,7 +20,7 @@
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -14,7 +14,7 @@
android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/history_item" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -12,7 +12,7 @@
android:clipToPadding="false"
android:paddingBottom="@dimen/action_toolbar_list_padding" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -13,7 +13,7 @@
android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/source_main_controller_card_header" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View File

@ -19,7 +19,7 @@
android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/updates_item" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
<eu.kanade.tachiyomi.widget.MaterialFastScroll
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"