blob: 25b449ab3a8a4c45306a72d4e89058e6277290d3 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?android:attr/colorBackgroundFloating" />
<corners
android:bottomLeftRadius="@dimen/car_radius_3"
android:topLeftRadius="0dp"
android:bottomRightRadius="@dimen/car_radius_3"
android:topRightRadius="0dp"
/>
</shape>