Skip to content

Commit 3977fd0

Browse files
committed
ignore false positive lint warning
1 parent 0bff906 commit 3977fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/outline_fragment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
88
android:background="?android:attr/colorBackground"
9-
android:orientation="vertical">
10-
9+
android:orientation="vertical"
10+
tools:ignore="Overdraw">
1111

1212
<com.google.android.material.appbar.AppBarLayout
1313
android:layout_width="match_parent"

0 commit comments

Comments
 (0)