Skip to content

Commit 03d2c69

Browse files
imhappipaulfthomas
authored andcommitted
[Chip] Add @OverRide to Chip#setBackgroundTintList
PiperOrigin-RevId: 702838517
1 parent 35a8203 commit 03d2c69

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
@@ -500,6 +500,7 @@ public void setGravity(int gravity) {
500500
}
501501
}
502502

503+
@Override
503504
public void setBackgroundTintList(@Nullable ColorStateList tint) {
504505
Log.w(TAG, "Do not set the background tint list; Chip manages its own background drawable.");
505506
}

0 commit comments

Comments
 (0)