修改颜色后调用invalidate()在自定义View 中提供一个方法public void setRectColor(int color){ colors[x][x] = color; //修改颜色 invalidate();}