@Override
  public void setBackgroundResource(int resid) {
    super.setBackgroundResource(resid);

    applyAttrBackground(resid);
  }