diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-09-03 20:29:12 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-09-03 20:29:12 +0200 |
| commit | 5dd56afc31f7711099d158ecdb18f2dc650032ae (patch) | |
| tree | 3fd3103c4b2deda359583205a39a218f5438ab13 | |
| parent | ab11c1f8f81c6e9e24f51642d4c3d390a2d40394 (diff) | |
| download | cgeo-5dd56afc31f7711099d158ecdb18f2dc650032ae.zip cgeo-5dd56afc31f7711099d158ecdb18f2dc650032ae.tar.gz cgeo-5dd56afc31f7711099d158ecdb18f2dc650032ae.tar.bz2 | |
disable RTL related lint checks
For SDK level less than 17 duplicate specifications are necessary, so
fixing this would either require blowing up the definitions with
duplicate (non synced) attributes or switching to level 17. Both are no
good solutions right now.
| -rw-r--r-- | main/lint.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/lint.xml b/main/lint.xml index 905b9a4..60a2d28 100644 --- a/main/lint.xml +++ b/main/lint.xml @@ -12,6 +12,8 @@ </issue> <issue id="MissingTranslation" severity="ignore" /> <issue id="Registered" severity="ignore" /> + <issue id="RtlHardcoded" severity="ignore" /> + <issue id="RtlSymmetry" severity="ignore" /> <issue id="UnusedAttribute" severity="ignore" /> <issue id="UnusedResources"> <ignore path="res/drawable-mdpi/attribute_maintenance.png" /> |
