ExpandableCardView
ExpandableCardView copied to clipboard
Shadow and round corners in expandableCardView
How I can give roundcorners and shadows to the expandableCardView? This way won't work:
<com.alespero.expandablecardview.ExpandableCardView
android:id="@+id/idX"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:animationDuration="300"
app:expandOnClick="true"
app:inner_view="@layout/layoutX"
app:startExpanded="false"
app:cardElevation="4dp"
app:cardCornerRadius="4dp"
/>
I also look forward for such possibilities.
yes same question pls reply asap