fix: remove unnecessary InefficientWeight

This commit is contained in:
rebelonion 2024-03-23 22:03:09 -05:00
parent fc023f307a
commit eb17862177

View file

@ -9,8 +9,7 @@
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
tools:ignore="InefficientWeight">
android:layout_weight="1">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/mediaAppBar"