Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit ff107be

Browse files
committed
Fix missing Interpolator classes
`LookupTableInterpolator` was not marked public but was a base type of some missing interpolator classes (like `FastOutSlowInInterpolator`). Marking it public makes these types bound again. This fixes #127
1 parent df46707 commit ff107be

File tree

1 file changed

+1
-0
lines changed
  • source/com.android.support/interpolator/transforms

1 file changed

+1
-0
lines changed

source/com.android.support/interpolator/transforms/Metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<metadata>
2+
<attr path="/api/package[@name='android.support.v4.view.animation']/class[@name='LookupTableInterpolator']" name="visibility">public</attr>
23

34
<attr
45
path="/api/package[@name='android.support.v4.view.animation']/class[@name='FastOutLinearInInterpolator']/method[@name='getInterpolation' and count(parameter)=1 and parameter[1][@type='float']]/parameter[1]"

0 commit comments

Comments
 (0)