10
get6.0 (int id)은 Android 6.0 Marshmallow에서 더 이상 사용되지 않습니다 (API 23).
이 Resources.getColor(int id)메소드는 더 이상 사용되지 않습니다. @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } 어떻게해야합니까?