fix: adapter continuous loading on media page
This commit is contained in:
parent
85d54e8f5e
commit
ad1905c8fe
1 changed files with 3 additions and 2 deletions
|
@ -7,9 +7,10 @@
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1"
|
||||||
|
tools:ignore="InefficientWeight">
|
||||||
|
|
||||||
<com.google.android.material.appbar.AppBarLayout
|
<com.google.android.material.appbar.AppBarLayout
|
||||||
android:id="@+id/mediaAppBar"
|
android:id="@+id/mediaAppBar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue