Resources.getColor(int id)方法已被弃用。 @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } 我能做什么?