ExpandableLayout
ExpandableLayout copied to clipboard
Expanding animation problem.
Using the sample, I changed the EditText to a TextView, and put a long text in it ( 7-8 rows ).
The animation doesn't work smoothly, the view expands until a certain point, then "jumps" to full width instantly.
Facing same issue
@mdakram I found a solution about this. Check out this example, and see how it should be implemented. https://gist.github.com/KushtrimPacaj/c96dbc8fa493250976e9
I'll make a pull request when I have the time