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.
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