Closed yimingc2 closed 4 years ago
@yimingc2 As per last night meeting, I assume this is still a WIP (Work In Progress) as you are looking at why the green cards are not as tall as the blue or white cards? So I'll rename to add [WIP] to the name.
Hey guys, I change the height of all cards in home screen to be consistent as 108dp.
✅ 1.0.173
Resolved #314
Abstract
This PR will fix the inconsistent gaps on home screen. This issue is because the incorrect way of setting the default value in
ReusableCard.fromData
. If you don't specify the margin in its constructor, it will passnull
to the card.Changes
ReusableCard.fromData
Screenshots