144f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer<?xml version="1.0" encoding="utf-8"?>
244f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer<!-- Copyright (C) 2016 The Android Open Source Project
344f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer
444f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh IyerLicensed under the Apache License, Version 2.0 (the "License");
544f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyeryou may not use this file except in compliance with the License.
644f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh IyerYou may obtain a copy of the License at
744f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer
844f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer  http://www.apache.org/licenses/LICENSE-2.0
944f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer
1044f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh IyerUnless required by applicable law or agreed to in writing, software
1144f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyerdistributed under the License is distributed on an "AS IS" BASIS,
1244f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh IyerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1344f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh IyerSee the License for the specific language governing permissions and
1444f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyerlimitations under the License.
1544f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer-->
1644f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer<shape xmlns:android="http://schemas.android.com/apk/res/android">
1744f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer    <solid android:color="@color/car_card" />
1844f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer    <corners
1944f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer        android:bottomRightRadius="@dimen/car_preset_card_radius"
2044f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer        android:bottomLeftRadius="@dimen/car_preset_card_radius"/>
2144f17dab6698b8c5d87672f5df71c471bd4b91a3Rakesh Iyer</shape>
22