-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some unused resources (and increase severity of check)
- Loading branch information
1 parent
baa8068
commit 257a40e
Showing
12 changed files
with
14 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lint> | ||
<issue id="MissingTranslation" severity="ignore" /> | ||
<issue id="MissingQuantity" severity="ignore" /> | ||
<issue id="InvalidPackage"> | ||
<ignore regexp="X509LDAPCertStoreSpi" /> | ||
</issue> | ||
<issue id="NotificationPermission"> | ||
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" /> | ||
</issue> | ||
<issue id="ResourceType" severity="Warning" /> | ||
<issue id="UnusedResources" severity="error"> | ||
<ignore path="res/raw/aboutlibraries.json" /> | ||
<ignore regexp="res/mipmap.*/ic_launcher_debug.*.png" /> | ||
</issue> | ||
</lint> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
<resources> | ||
<!-- Default screen margins, per the Android Design guidelines. --> | ||
<dimen name="activity_horizontal_margin">16dp</dimen> | ||
<dimen name="activity_vertical_margin">16dp</dimen> | ||
<dimen name="fab_margin">16dp</dimen> | ||
<dimen name="list_item_height">48dp</dimen> | ||
<dimen name="auth_leader_text_size">46sp</dimen> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters