1<!--
2  ~ Copyright (C) 2024 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<selector xmlns:android="http://schemas.android.com/apk/res/android">
18    <item android:state_selected="true">
19        <vector
20            android:width="40dp"
21            android:height="40dp"
22            android:viewportWidth="960"
23            android:viewportHeight="960">
24            <path
25                android:fillColor="@color/car_surface"
26                android:pathData="M556.67,760L556.67,200L726.67,200L726.67,760L556.67,760ZM233.33,760L233.33,200L403.33,200L403.33,760L233.33,760Z"/>
27        </vector>
28    </item>
29    <item android:state_selected="false">
30        <vector
31            android:width="40dp"
32            android:height="40dp"
33            android:viewportWidth="960"
34            android:viewportHeight="960">
35            <path
36                android:fillColor="@color/car_surface"
37                android:pathData="M320,758L320,198L760,478L320,758Z"/>
38        </vector>
39    </item>
40</selector>
41