android 获取颜色 getColor 方法 deprecated 过期
可以使用下面代码代替:
ContextCompat.getColor(getContext(), R.color.post_list_content_color)
需要引入:
compile 'com.android.support:support-v4:23.0.0'
posted on 2016-12-19 14:55 guangdeshishe 阅读(2137) 评论(0) 编辑 收藏 举报
可以使用下面代码代替:
ContextCompat.getColor(getContext(), R.color.post_list_content_color)
需要引入:
compile 'com.android.support:support-v4:23.0.0'
posted on 2016-12-19 14:55 guangdeshishe 阅读(2137) 评论(0) 编辑 收藏 举报