aboutsummaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index 4b312c7a..083124c3 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -24,50 +24,6 @@
</issue>
<issue
- id="Overdraw"
- message="Possible overdraw: Root element paints background `?android:attr/windowBackground` with a theme that also paints a background (inferred theme is `@style/AppThemeM3`)"
- errorLine1=" android:background=&quot;?android:attr/windowBackground&quot;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/activity_git_clone.xml"
- line="11"
- column="3"/>
- </issue>
-
- <issue
- id="Overdraw"
- message="Possible overdraw: Root element paints background `?android:attr/colorBackground` with a theme that also paints a background (inferred theme is `@style/AppThemeM3`)"
- errorLine1=" android:background=&quot;?android:attr/colorBackground&quot;>"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/fragment_clone.xml"
- line="10"
- column="3"/>
- </issue>
-
- <issue
- id="Overdraw"
- message="Possible overdraw: Root element paints background `?android:attr/colorBackground` with a theme that also paints a background (inferred theme is `@style/AppThemeM3`)"
- errorLine1=" android:background=&quot;?android:attr/colorBackground&quot;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/fragment_key_selection.xml"
- line="10"
- column="3"/>
- </issue>
-
- <issue
- id="Overdraw"
- message="Possible overdraw: Root element paints background `?android:attr/colorBackground` with a theme that also paints a background (inferred theme is `@style/AppThemeM3`)"
- errorLine1=" android:background=&quot;?android:attr/colorBackground&quot;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/fragment_welcome.xml"
- line="10"
- column="3"/>
- </issue>
-
- <issue
id="Autofill"
message="Missing `autofillHints` attribute"
errorLine1=" &lt;EditText"