blob: 828003f21e15083cf59b8d7e15a257a083b8f484 [file] [log] [blame]
Heemin Seog249f9942021-05-27 13:30:21 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (C) 2021 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
18<resources>
Heemin Seog8273fd92021-06-07 20:19:35 +000019 <array name="hvac_driver_seat_heat_icons">
20 <item>@drawable/ic_driver_seat_heat_off</item>
21 <item>@drawable/ic_driver_seat_heat_low</item>
Heemin Seog8273fd92021-06-07 20:19:35 +000022 <item>@drawable/ic_driver_seat_heat_high</item>
Heemin Seog249f9942021-05-27 13:30:21 -070023 </array>
Heemin Seog8273fd92021-06-07 20:19:35 +000024 <array name="hvac_passenger_seat_heat_icons">
25 <item>@drawable/ic_passenger_seat_heat_off</item>
26 <item>@drawable/ic_passenger_seat_heat_low</item>
Heemin Seog8273fd92021-06-07 20:19:35 +000027 <item>@drawable/ic_passenger_seat_heat_high</item>
28 </array>
Heemin Seoge0cf5ab2021-06-29 14:12:33 -070029 <array name="hvac_fan_speed_icons">
Heemin Seoge0cf5ab2021-06-29 14:12:33 -070030 <item>@drawable/fan_speed_seek_bar_thumb_1</item>
31 <item>@drawable/fan_speed_seek_bar_thumb_2</item>
32 <item>@drawable/fan_speed_seek_bar_thumb_3</item>
33 <item>@drawable/fan_speed_seek_bar_thumb_4</item>
34 <item>@drawable/fan_speed_seek_bar_thumb_5</item>
35 <item>@drawable/fan_speed_seek_bar_thumb_6</item>
36 <item>@drawable/fan_speed_seek_bar_thumb_7</item>
37 <item>@drawable/fan_speed_seek_bar_thumb_8</item>
38 </array>
Heemin Seog249f9942021-05-27 13:30:21 -070039</resources>