AleSpero / ExpandableCardView

Simple expandable CardView for Android.
Apache License 2.0
689 stars 88 forks source link

Elevation and Rounded Corners #57

Open kkiyer16 opened 3 years ago

kkiyer16 commented 3 years ago

How to get Rounded corners and elevation in it pls respond asap

<com.alespero.expandablecardview.ExpandableCardView android:id="@+id/profile" android:layout_width="wrap_content" android:layout_height="wrap_content" app:title="Passengers" app:icon="@drawable/ic_person" app:inner_view="@layout/mycustomview" app:expandOnClick="true" app:animationDuration="300" app:startExpanded="false"/>