The Morning Reads UI ( issue 584303 ) is going to be the first UI in Chrome using cards. Because adding libraries has not been possible in the past (dex method count limit), we had to have our own implementation of cards.
Now that dex limits are not an issue anymore, we would like to drop it and start using the support library's CardView.
As for binary size increase, here is a Chrome.apk size comparison, by simply adding the library:
68415759 with cardview
68402115 without cardview
= +13644 bytes
tedchoc@: is that an acceptable tradeoff?
Comment 1 by tedc...@chromium.org
, Mar 23 2016