For #15280: suppress new lint rule in migration code.

upstream-sync
Michael Comella 4 years ago committed by Michael Comella
parent c071889520
commit c6b83b10e0

@ -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