mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
SpUsage
lint rule is more about a11y
This commit is contained in:
parent
2badb9725d
commit
1c2997e40e
1 changed files with 1 additions and 1 deletions
|
@ -21,12 +21,12 @@
|
|||
<!-- Accessibility -->
|
||||
<issue id="LabelFor" severity="error" />
|
||||
<issue id="ContentDescription" severity="error" />
|
||||
<issue id="SpUsage" severity="error" />
|
||||
|
||||
<!-- Layout -->
|
||||
<issue id="UnknownIdInLayout" severity="error" />
|
||||
<issue id="StringFormatCount" severity="error" />
|
||||
<issue id="HardcodedText" severity="error" />
|
||||
<issue id="SpUsage" severity="error" />
|
||||
<issue id="ObsoleteLayoutParam" severity="error" />
|
||||
<issue id="InefficientWeight" severity="error" />
|
||||
<issue id="DisableBaselineAlignment" severity="error" />
|
||||
|
|
Loading…
Reference in a new issue