Skip to content

Commit 777ba0d

Browse files
committed
[Chip] Fix API requirement
PiperOrigin-RevId: 461030541
1 parent a40f5fa commit 777ba0d

File tree

1 file changed

+1
-0
lines changed
  • lib/java/com/google/android/material/chip

1 file changed

+1
-0
lines changed

lib/java/com/google/android/material/chip/Chip.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ public void setCompoundDrawablesWithIntrinsicBounds(
599599
super.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);
600600
}
601601

602+
@RequiresApi(17)
602603
@Override
603604
public void setCompoundDrawablesRelative(
604605
@Nullable Drawable start,

0 commit comments

Comments
 (0)