Posted by @Awais malik #android #java
allprojects { repositories { google() jcenter() } }content_copyCopy to Clipboard
implementation 'com.android.support:design:28.0.0'content_copyCopy to Clipboard
Theme.MaterialComponents Theme.MaterialComponents.NoActionBar Theme.MaterialComponents.Light Theme.MaterialComponents.Light.NoActionBar Theme.MaterialComponents.Light.DarkActionBarcontent_copyCopy to Clipboard
<android.support.design.card.MaterialCardView android:id="@+id/cardview" android:layout_width="wrap_content" android:layout_height="wrap_content" > </android.support.design.card.MaterialCardView>content_copyCopy to Clipboard
In this tutorial i will teach you how to use material design cardView in your android application
,