Skip to content

Instantly share code, notes, and snippets.

@r9software
Created June 27, 2017 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r9software/461a3cd8cc7dce5732f3bb2916fb583d to your computer and use it in GitHub Desktop.
Save r9software/461a3cd8cc7dce5732f3bb2916fb583d to your computer and use it in GitHub Desktop.
CardView
<android.support.v7.widget.CardView
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:id="@+id/card_view"
android:layout_gravity="center"
android:layout_width="200dp"
android:layout_height="200dp"
card_view:cardCornerRadius="4dp">
<TextView
android:id="@+id/info_text"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v7.widget.CardView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment