Created
November 18, 2014 00:35
-
-
Save dominicthomas/0784f353942dab2ef2e1 to your computer and use it in GitHub Desktop.
Some interesting cardview attributes to remember
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
card_view:cardUseCompatPadding = "true" | |
card_view:cardCornerRadius="10dp" | |
card_view:contentPaddingLeft="20dp" | |
card_view:contentPaddingRight="@dimen/activity_horizontal_margin" | |
card_view:contentPaddingTop="20dp" | |
card_view:contentPaddingBottom="@dimen/activity_vertical_margin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment