fix: remove unnecessary InefficientWeight
This commit is contained in:
parent
fc023f307a
commit
eb17862177
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue