Now with min API set to 19, we do not need Left and Right attribute, Start and End is enougth. For the moment, just reduce the severity

This commit is contained in:
Benoit Marty 2019-06-28 14:57:41 +02:00
parent f410538e2f
commit ee402fd328
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@

<!-- RTL -->
<issue id="RtlEnabled" severity="error" />
<issue id="RtlHardcoded" severity="error" />
<!-- Now with min API set to 19, we do not need Left and Right attribute, Start and End is enougth. For the moment, just reduce the severity -->
<issue id="RtlHardcoded" severity="warning" />
<issue id="RtlSymmetry" severity="error" />

<!-- Code -->