Merge pull request #1 from TouchInstinct/lint_bug_fix

suppress an TypefacedEditText issue
This commit is contained in:
Gavriil 2016-09-30 13:18:32 +03:00 committed by GitHub
commit 3cd62d1f8b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
<issue id="MissingRegistered" severity="error">
<ignore
regexp="Class referenced in the layout file, `ru.touchin.roboswag.components.views.TypefacedTextView`, was not found in the project or the libraries"/>
<ignore
regexp="Class referenced in the layout file, `ru.touchin.roboswag.components.views.TypefacedEditText`, was not found in the project or the libraries"/>
</issue>
<!-- todo: lint bug? -->
<issue id="MissingPermission" severity="ignore"/>