In my case, using android:radius="15dp" didn't work to create rounded corners.
android:radius="15dp"
However, app:cardCornerRadius="100dp" worked perfectly for achieving rounded or circular corners.
app:cardCornerRadius="100dp"