Is there any onClick() event at a CardView?
I didn't find any solution on the web.
Example:
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
app:cardCornerRadius="8dp"
android:layout_marginRight="30dp"
android:layout_marginTop="30dp"
android:layout_marginLeft="30dp"
android:layout_height="80dp"/>
So when I click on the cardview the layout_height goes up to 160dp. Is there any possibility?