Skip to content

Instantly share code, notes, and snippets.

@ahmmedrejowan
Created October 27, 2022 18:53
Show Gist options
  • Save ahmmedrejowan/02b83489eb2a5e4cc6cf4049a2f49382 to your computer and use it in GitHub Desktop.
Save ahmmedrejowan/02b83489eb2a5e4cc6cf4049a2f49382 to your computer and use it in GitHub Desktop.
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:checkable=""
android:clickable=""
android:focusable=""
app:cardBackgroundColor=""
app:cardCornerRadius=""
app:cardElevation=""
app:cardMaxElevation=""
app:cardPreventCornerOverlap=""
app:cardUseCompatPadding=""
app:checkedIcon=""
app:checkedIconGravity=""
app:checkedIconSize=""
app:contentPadding=""
app:contentPaddingBottom=""
app:contentPaddingLeft=""
app:contentPaddingRight=""
app:contentPaddingTop=""
app:strokeColor=""
app:strokeWidth=""
app:shapeAppearance=""
app:cardForegroundColor=""
app:checkedIconMargin=""
app:checkedIconTint=""
app:rippleColor=""
app:shapeAppearanceOverlay=""
app:state_dragged="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment