diff options
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" |