Created
June 27, 2017 17:36
-
-
Save r9software/461a3cd8cc7dce5732f3bb2916fb583d to your computer and use it in GitHub Desktop.
CardView
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
<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