@Override
  public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) {
    super.setCompoundDrawables(left, top, right, bottom);

    applyAttrCompoundDrawables(0, 0, 0, 0);
  }