1 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 2 <solid android:color="@color/car_card" /> 3 <corners 4 android:bottomRightRadius="@dimen/call_log_last_card_corner_radius" 5 android:bottomLeftRadius="@dimen/call_log_last_card_corner_radius"/> 6 </shape> 7