MaterialDesignLibrary
MaterialDesignLibrary copied to clipboard
Using ViewCompat in place of deprecated NineOldAndroid
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()
.
+1000
:+1:
What I use instead of AnimatorProxy ?
I believe all of AnimatorProxy
's methods are in ViewCompat
. If not what troubles you should be posted on StackOverflow ^^