getColor (int id) ist auf Android 6.0 Marshmallow (API 23) veraltet.

Die Resources.getColor(int id)Methode ist veraltet. @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } Was sollte ich