Animagia / Animagia-Android

App for our anime download and streaming service
https://animagia.pl
Other
6 stars 3 forks source link

Make product cards in shop pretty #45

Closed owoc closed 5 years ago

owoc commented 5 years ago

Change product_card.xml and related code to:

owoc commented 5 years ago

Mostly done in cd803dab16b6acfc9b0566ae6c7eee88cf87df83. One more thing to do: add a 1-line "subtitle" TextView with in a small font above the title (directly below the poster). The subtitle should be read from VideoData, if it's empty, hide the new TextView. All cards must be the same height so films with no subtitle will have empty space, center the title vertically in such a case.

owoc commented 5 years ago

Simplified titles to a single TextView here. We'll have fancy 2-view titles in the video catalog fragment only.