1<?xml version="1.0" encoding="UTF-8" ?> 2<!-- 3 ~ Copyright (C) 2020 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<layer-list 18 xmlns:android="http://schemas.android.com/apk/res/android" 19 xmlns:aapt="http://schemas.android.com/aapt"> 20 <item android:gravity="center" 21 android:width="@dimen/hvac_temperature_icon_size" 22 android:height="@dimen/hvac_temperature_icon_size"> 23 <aapt:attr name="android:drawable"> 24 <vector android:width="@dimen/hvac_temperature_icon_size" 25 android:height="@dimen/hvac_temperature_icon_size" 26 android:viewportWidth="960" 27 android:viewportHeight="960"> 28 <path 29 android:fillColor="@color/car_outline" 30 android:pathData="M440,520L200,520L200,440L440,440L440,200L520,200L520,440L760,440L760,520L520,520L520,760L440,760L440,520Z"/> 31 </vector> 32 </aapt:attr> 33 </item> 34 <item android:width="@dimen/hvac_temperature_button_size" 35 android:height="@dimen/hvac_temperature_button_size" 36 android:drawable="@drawable/system_bar_button_background"/> 37</layer-list>