Skip to content

Commit ad16e04

Browse files
authored
Merge pull request #336 from satoshun/fix/chip_document
[Chip] setShowMotionSpec and setHideMotionSpec take a MotionSpec args
2 parents 8ba4383 + 83a876c commit ad16e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ public void setCheckedIcon(@Nullable Drawable checkedIcon) {
19641964
/**
19651965
* Returns this chip's show motion spec.
19661966
*
1967-
* @see #setShowMotionSpec(Drawable)
1967+
* @see #setShowMotionSpec(MotionSpec)
19681968
* @attr ref com.google.android.material.R.styleable#Chip_showMotionSpec
19691969
*/
19701970
@Nullable
@@ -1995,7 +1995,7 @@ public void setShowMotionSpec(@Nullable MotionSpec showMotionSpec) {
19951995
/**
19961996
* Returns this chip's hide motion spec.
19971997
*
1998-
* @see #setHideMotionSpec(Drawable)
1998+
* @see #setHideMotionSpec(MotionSpec)
19991999
* @attr ref com.google.android.material.R.styleable#Chip_hideMotionSpec
20002000
*/
20012001
@Nullable

0 commit comments

Comments
 (0)