diff options
| author | Albin <albin@mullvad.net> | 2023-03-16 15:34:42 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-03-16 15:34:42 +0100 |
| commit | e6969a9afdc308940645a5cac454618c3a99b86d (patch) | |
| tree | ea9c3506ffb9108afaedcb05cb48854bfba991bb /android | |
| parent | 7cc510184cd11bfb0269d30333efbe22e487bd1b (diff) | |
| download | mullvadvpn-e6969a9afdc308940645a5cac454618c3a99b86d.tar.xz mullvadvpn-e6969a9afdc308940645a5cac454618c3a99b86d.zip | |
Update baseline
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/lint-baseline.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/android/app/lint-baseline.xml b/android/app/lint-baseline.xml index 2887f5fccb..86d5b00296 100644 --- a/android/app/lint-baseline.xml +++ b/android/app/lint-baseline.xml @@ -2573,39 +2573,6 @@ <issue id="ContentDescription" message="Missing `contentDescription` attribute on image" - errorLine1=" <ImageButton android:id="@+id/settings"" - errorLine2=" ~~~~~~~~~~~"> - <location - file="src/main/res/layout/launch.xml" - line="5" - column="6"/> - </issue> - - <issue - id="ContentDescription" - message="Missing `contentDescription` attribute on image" - errorLine1=" <ImageView android:layout_width="120dp"" - errorLine2=" ~~~~~~~~~"> - <location - file="src/main/res/layout/launch.xml" - line="19" - column="10"/> - </issue> - - <issue - id="ContentDescription" - message="Missing `contentDescription` attribute on image" - errorLine1=" <ImageView android:layout_height="18dp"" - errorLine2=" ~~~~~~~~~"> - <location - file="src/main/res/layout/launch.xml" - line="22" - column="10"/> - </issue> - - <issue - id="ContentDescription" - message="Missing `contentDescription` attribute on image" errorLine1=" <ImageView android:id="@+id/logged_in_status"" errorLine2=" ~~~~~~~~~"> <location @@ -3243,17 +3210,6 @@ <issue id="RtlHardcoded" - message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" - errorLine1=" android:layout_gravity="top | right"" - errorLine2=" ~~~~~~~~~~~"> - <location - file="src/main/res/layout/launch.xml" - line="8" - column="42"/> - </issue> - - <issue - id="RtlHardcoded" message="Consider replacing `android:paddingLeft` with `android:paddingStart="16dp"` to better support right-to-left layouts" errorLine1=" android:paddingLeft="16dp"" errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
