aboutsummaryrefslogtreecommitdiff
path: root/app/lint.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-26 20:07:10 +0530
committerGitHub <noreply@github.com>2022-04-26 14:37:10 +0000
commitb8b069364289421a875bdc6227c8554161e26183 (patch)
tree6532f12b333058b12266ad6229d7c9b1125ba0aa /app/lint.xml
parent67053eb10422d46f3200da6e1624cd4363b72a62 (diff)
Revert "app: address Overdraw lint" (#1876)
Diffstat (limited to 'app/lint.xml')
-rw-r--r--app/lint.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml
index 29ad01f4..94b241ca 100644
--- a/app/lint.xml
+++ b/app/lint.xml
@@ -13,6 +13,12 @@
<issue id="MissingQuantity">
<ignore path="src/main/res/values-fr/strings.xml" />
</issue>
+ <issue id="Overdraw">
+ <ignore path="src/main/res/layout/activity_git_clone.xml" />
+ <ignore path="src/main/res/layout/fragment_clone.xml" />
+ <ignore path="src/main/res/layout/fragment_key_selection.xml" />
+ <ignore path="src/main/res/layout/fragment_welcome.xml" />
+ </issue>
<issue id="TrustAllX509TrustManager">
<ignore regexp="bouncycastle" />
<ignore regexp="eclipse/jgit" />