10
getColor(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); } 私は何をすべきか?