[fenix] For https://github.com/mozilla-mobile/fenix/issues/15280: suppress new lint rule in migration code.

pull/600/head
Michael Comella 4 years ago committed by Michael Comella
parent 169a87a1fb
commit 88cf7184ca

@ -20,9 +20,11 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<!-- MozMultipleConstraintLayouts: we're not changing the migration code. -->
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
tools:ignore="MozMultipleConstraintLayouts">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/migration_firefox_logo"

Loading…
Cancel
Save