mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-12 00:16:16 +00:00
fix: adapter continuous loading on media page
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
android:orientation="horizontal">
|
||||
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1">
|
||||
android:layout_weight="1"
|
||||
tools:ignore="InefficientWeight">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/mediaAppBar"
|
||||
|
||||
Reference in New Issue
Block a user