I\'m using android:paddingLeft and android:paddingTop to set the padding for the new CardView widget but it doesn\'t work.
android:paddingLeft
android:paddingTop
CardView
I
This is what worked for me - putting every item in a frame layout
Double check that card_view is "http://schemas.android.com/apk/res-auto" and not tools, and also set negative margins on the frame view to maintain shadows - works fine.