10
getColor (int id) déconseillé sur Android 6.0 Marshmallow (API 23)
La Resources.getColor(int id)méthode est obsolète. @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } Que devrais-je faire?