Ejemplo n.º 1
0
  @Override
  public void setCompoundDrawablesWithIntrinsicBounds(
      Drawable left, Drawable top, Drawable right, Drawable bottom) {
    super.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);

    applyAttrCompoundDrawables(0, 0, 0, 0);
  }
Ejemplo n.º 2
0
  @Override
  public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) {
    super.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);

    applyAttrCompoundDrawables(left, top, right, bottom);
  }
Ejemplo n.º 3
0
 @Override
 public void scheduleCompoundDrawablesWithIntrinsicBounds(
     Drawable left, Drawable top, Drawable right, Drawable bottom) {
   super.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);
 }