@Override
 protected void onBindView(View view) {
   super.onBindView(view);
   mColorIndicator.setColor(mValue);
 }