Как я могу добавить закругленные углы к изображениям и небольшую тень, чтобы она выглядела как прикрепленная?
Вот что я имею в своей деятельности
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<!-- Content here -->
<ImageView
android:id="@+id/imageView1"
android:layout_width="107dp"
android:layout_height="166dp"
android:layout_marginStart="20dp"
android:elevation="5dp"
android:scaleType="fitCenter"
android:translationZ="12dp"
android:layout_marginTop="15dp" />
![enter image description here](https://i.stack.imgur.com/b4UBg.png)