MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Using ViewCompat in place of deprecated NineOldAndroid

Open shkschneider opened this issue 9 years ago • 4 comments

NineOldAndroids is deprecated and should be replaced with ViewCompat from support-v7 library.

For example the Slider class could use ViewCompat.setX() in place of ViewHelper.setX().

shkschneider avatar May 21 '15 12:05 shkschneider

+1000

ppamorim avatar May 21 '15 12:05 ppamorim

:+1:

sohayb avatar May 21 '15 13:05 sohayb

What I use instead of AnimatorProxy ?

nilsorathiya avatar Jun 22 '17 08:06 nilsorathiya

I believe all of AnimatorProxy's methods are in ViewCompat. If not what troubles you should be posted on StackOverflow ^^

shkschneider avatar Jun 28 '17 15:06 shkschneider