How can I add rounded corners to images and a little drop shadow so it looks like the attached?
Here's what I have in my activity
<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" />