namndev / QDict

This is an open source Android dictionary application which support 'stardict' format dictionaries.
https://www.namndev.com/2015-05-13-qdict/
82 stars 32 forks source link

Build fails due to a lint error #5

Closed marmistrz closed 4 years ago

marmistrz commented 8 years ago
:qDict:lintVitalRelease
/home/marcin/proj/QDict/qDict/src/main/java/com/mmt/app/SystemBarTintManager.java:104: Error: Expected resource of type styleable [ResourceType]
                mNavBarAvailable = a.getBoolean(1, false);
                                                ~

   Explanation for issues of type "ResourceType":
   Ensures that resource id's passed to APIs are of the right type; for
   example, calling Resources.getColor(R.string.name) is wrong.

1 errors, 0 warnings
:qDict:lintVitalRelease FAILED
marmistrz commented 4 years ago

This is no longer an issue.