10
getColor (int id) Android 6.0 Marshmallow'da (API 23) kullanımdan kaldırıldı
Resources.getColor(int id)Yöntem, kullanımdan kaldırıldı. @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } Ne yapmalıyım?