Skip to content Skip to sidebar Skip to footer

Android Card Ui : Card Resize (gabrielemariotti)

I'm making an android app with cards UI, by using the library: https://github.com/gabrielemariotti/cardslib I want to make a custom card which will be smaller than the default card

Solution 1:

The default card has a min height.

You can override this value in your dimens.xml:

<dimenname="card_base_empty_height">96dp</dimen>

Post a Comment for "Android Card Ui : Card Resize (gabrielemariotti)"