1<?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<resources> 18 <!-- This file is used to keep track of removed resources that used to be in overlayable.xml --> 19 <!-- These resources are considered deprecated, and shouldn't be overlaid in any RROs. --> 20 <item type="id" name="nested_recycler_view_layout"/> 21 <item type="layout" name="car_ui_recycler_view_item"/> 22 <item type="attr" name="carUiRecyclerViewStyle"/> 23 <item type="style" name="Widget.CarUi.CarUiRecyclerView"/> 24 25 <!-- Some resources that exists on rvc but not on sc --> 26 <!-- Rotary resources that are now part of car-rotary-lib can't be added here. Because they're 27 now part of rotary-lib overlayable group and 1 resource can't exists in 2 overlaybale group 28 at the same time. --> 29 <item type="dimen" name="car_ui_list_item_check_box_end_inset"/> 30 <item type="dimen" name="car_ui_list_item_check_box_height"/> 31 <item type="dimen" name="car_ui_list_item_check_box_icon_container_width"/> 32 <item type="dimen" name="car_ui_list_item_check_box_start_inset"/> 33 <item type="dimen" name="car_ui_list_item_radio_button_end_inset"/> 34 <item type="dimen" name="car_ui_list_item_radio_button_height"/> 35 <item type="dimen" name="car_ui_list_item_radio_button_icon_container_width"/> 36 <item type="dimen" name="car_ui_list_item_radio_button_start_inset"/> 37 <item type="id" name="car_ui_list_item_text_container"/> 38 <item type="id" name="car_ui_preference_fragment_container"/> 39 <item type="id" name="car_ui_toolbar"/> 40 <item type="id" name="toolbar"/> 41 <item type="layout" name="car_ui_base_layout_toolbar_legacy"/> 42 <item type="layout" name="car_ui_list_preference_with_toolbar"/> 43 <item type="layout" name="car_ui_preference_fragment_with_toolbar"/> 44 <item type="style" name="CarUiPreferenceTheme.WithToolbar"/> 45 <item type="style" name="PreferenceFragment.CarUi.WithToolbar"/> 46 47</resources> 48