Skip to content

Instantly share code, notes, and snippets.

View shashanthk's full-sized avatar

Shashanth shashanthk

  • Mangaluru, Karnataka, India
View GitHub Profile
@shashanthk
shashanthk / README
Created October 8, 2016 10:52 — forked from MarsVard/README
android drawable to imitate google cards.
put card.xml in your drawables directory, put colors.xml in your values directory or add the colors to your colors.xml file.
set the background of a view to card,
as you can see in card.xml the drawable handles the card margin, so you don't have to add a margin to your view
``` xml
<View
android:layout_width="fill_parent"