Skip to content

Instantly share code, notes, and snippets.

View ahujakaran24's full-sized avatar

Karan Ahuja ahujakaran24

  • PayUMoney
  • Gurgaon
View GitHub Profile
@MarsVard
MarsVard / README
Last active November 3, 2022 19:19
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"