diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:24:46 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:51 +0530 |
commit | 4775d4429283b2d49905d7dc080c19e5302f7fd7 (patch) | |
tree | b402ea322d82d554bc83863456ce4ac17d956e18 /app/lint-baseline.xml | |
parent | ecba50cbae1a01a3436c4803fcc1429333a0fbb4 (diff) |
app: address Overdraw lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r-- | app/lint-baseline.xml | 44 |
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="?android:attr/windowBackground"" - 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="?android:attr/colorBackground">" - 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="?android:attr/colorBackground"" - 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="?android:attr/colorBackground"" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/res/layout/fragment_welcome.xml" - line="10" - column="3"/> - </issue> - - <issue id="Autofill" message="Missing `autofillHints` attribute" errorLine1=" <EditText" |