Skip to content

Commit

Permalink
Ignoring linter suggestion since the FrameLayout is not redundant in …
Browse files Browse the repository at this point in the history
…this case
  • Loading branch information
Antonis Lilis committed Feb 7, 2024
1 parent 216c1bd commit 7a63be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
android:layout_height="@dimen/activity_log_icon_size"
android:layout_marginStart="@dimen/notifications_avatar_margin_start"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
app:layout_constraintTop_toTopOf="parent"
tools:ignore="MergeRootFrame">

<ImageView
android:id="@+id/two_avatars_1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
android:layout_height="@dimen/activity_log_icon_size"
android:layout_marginStart="@dimen/notifications_avatar_margin_start"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
app:layout_constraintTop_toTopOf="parent"
tools:ignore="MergeRootFrame">

<ImageView
android:id="@+id/three_avatars_1"
Expand Down

0 comments on commit 7a63be5

Please sign in to comment.