rnyholm / runcalc

Utility application for runners to easy convert speeds, paces, make estimates and so on
MIT License
1 stars 0 forks source link

Make long textviews expandable/collapsable #45

Open rnyholm opened 5 years ago

rnyholm commented 5 years ago

Long textviews should be possible to expand/collapse, by pressing an arrow. The arrow should be animated accordingly with the state of the long textview. The textview should be faded at the bottom when collapsed. Initial state for these textviews is collapsed.

Faded drawable: https://stackoverflow.com/a/45028837/996025 Animations: https://www.androiddesignpatterns.com/2016/11/introduction-to-icon-animation-techniques.html

rnyholm commented 5 years ago

https://github.com/Manabu-GT/ExpandableTextView