mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix library fast scroll bubble being under the category hopper
This commit is contained in:
parent
116a191364
commit
9a08175280
1 changed files with 7 additions and 6 deletions
|
@ -57,12 +57,6 @@
|
|||
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
|
||||
<eu.kanade.tachiyomi.ui.base.MaterialFastScroll
|
||||
android:id="@+id/fast_scroller"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:fastScrollerBubbleEnabled="true" />
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/header_card"
|
||||
android:layout_marginTop="6dp"
|
||||
|
@ -126,6 +120,13 @@
|
|||
android:id="@+id/rounded_category_hopper" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<eu.kanade.tachiyomi.ui.base.MaterialFastScroll
|
||||
android:id="@+id/fast_scroller"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:fastScrollerBubbleEnabled="true" />
|
||||
|
||||
<!-- Adding bottom sheet after main content -->
|
||||
<include layout="@layout/filter_bottom_sheet"
|
||||
android:id="@+id/filter_bottom_sheet"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue