TimelyTextView
TimelyTextView copied to clipboard
Animated TextView like Timely app
Actually this is more of a question than an issue. I have the following code and it does not work. ``` objectAnimator = timelyView.animate(1, 9); objectAnimator.setDuration(1000); objectAnimator.setCurrentPlayTime(900); ``` What am...
The path this library uses is: M 0.259668508287293, 0.116022099447514 C 0.259668508287293, 0.116022099447514 0.87292817679558, 0.116022099447514 0.87292817679558, 0.116022099447514 C 0.87292817679558, 0.116022099447514 0.7, 0.422099447513812 0.7, 0.422099447513812 C 0.7, 0.422099447513812 0.477348066298343, 0.733149171270718 0.477348066298343, 0.733149171270718...
The bottom part of the number is clipped.
This is what I see:  Also, can you please post some screenshots/animations for this? I don't even know how it looks like...
Got this error upon building the lib: ``` groovy Error: Unable to load class 'org.codehaus.groovy.runtime.StringGroovyMethods'. Possible causes for this unexpected error include:Gradle's dependency cache may be corrupt (this sometimes occurs...
For instance, 4 is visually(and actually) shorter than any other.
fix problem:if set the view's size less then 30dp, view will overflow border.
Support custom typefaces so that people can use the library in production apps.
hi.thanks for your lib.i can see the text of view just in fix width and height .if i set wrap-content of fill parent it doesn't work and don't show text.