Skip to content

Commit

Permalink
[Chip] Fix API requirement
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 461030541
  • Loading branch information
paulfthomas committed Jul 14, 2022
1 parent a40f5fa commit 777ba0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/java/com/google/android/material/chip/Chip.java
Expand Up @@ -599,6 +599,7 @@ public void setCompoundDrawablesWithIntrinsicBounds(
super.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);
}

@RequiresApi(17)
@Override
public void setCompoundDrawablesRelative(
@Nullable Drawable start,
Expand Down

0 comments on commit 777ba0d

Please sign in to comment.