把后台传来的string类型的颜色值设置成背景
layout.setBackgroundColor(Color.parseColor(color));
加载res中颜色资源:
ContextCompat.getColor(context,R.color.DivideBackground)颜色值:

android开发中和颜色相关_加载res中颜色资源