Saeid Farivar Asanjan | 3b09ddc | 2020-02-06 09:17:18 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2020 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 | <resources> |
| 17 | <!-- Any resource or attribute that is or can be referenced from RRO needs to be public go/rro-on-r --> |
| 18 | |
| 19 | <!-- To add new resources to this file follow the following naming convention --> |
| 20 | <!-- 0cXXXX is used for styles --> |
| 21 | <!-- 0dXXXX is used for attributes --> |
| 22 | <!-- 0eXXXX is used for drawables --> |
| 23 | <!-- The first time that a resource type is seen, Android resource manager, assigns YY of the ID (0xXXYYXXXX) of the resouce to that type. |
| 24 | And you'll get a compile error if you use the same type with a different YY --> |
| 25 | |
| 26 | <public type="style" name="Theme.CarUi" id="0x000c0000" /> |
| 27 | |
| 28 | <public type="attr" name="logo" id="0x000d0001" /> |
Ram Parameswaran | 1fdcc58 | 2020-03-23 16:52:50 -0700 | [diff] [blame] | 29 | <public type="attr" name="car_ui_state" id="0x000d0002" /> |
Saeid Farivar Asanjan | 3b09ddc | 2020-02-06 09:17:18 -0800 | [diff] [blame] | 30 | <public type="attr" name="title" id="0x000d0003" /> |
| 31 | <public type="attr" name="layoutStyle" id="0x000d0004" /> |
| 32 | <public type="attr" name="numOfColumns" id="0x000d0005" /> |
| 33 | <public type="attr" name="layout_constraintTop_toTopOf" id="0x000d0006" /> |
| 34 | <public type="attr" name="layout_constraintTop_toBottomOf" id="0x000d0007" /> |
| 35 | <public type="attr" name="layout_constraintLeft_toLeftOf" id="0x000d0008" /> |
| 36 | <public type="attr" name="layout_constraintBottom_toTopOf" id="0x000d0009" /> |
| 37 | <public type="attr" name="layout_constraintBottom_toBottomOf" id="0x000d0010" /> |
| 38 | <public type="attr" name="layout_constraintRight_toRightOf" id="0x000d0011" /> |
| 39 | <public type="attr" name="search" id="0x000d0012" /> |
| 40 | <public type="attr" name="settings" id="0x000d0013" /> |
| 41 | <public type="attr" name="id" id="0x000d0014" /> |
| 42 | <public type="attr" name="icon" id="0x000d0015" /> |
| 43 | <public type="attr" name="onClick" id="0x000d0016" /> |
| 44 | <public type="attr" name="checkable" id="0x000d0017" /> |
| 45 | <public type="attr" name="uxRestrictions" id="0x000d0018" /> |
| 46 | <public type="attr" name="singleLineTitle" id="0x000d0019" /> |
| 47 | <public type="attr" name="useSimpleSummaryProvider" id="0x000d0020" /> |
| 48 | <public type="attr" name="initialExpandedChildrenCount" id="0x000d0021" /> |
| 49 | <public type="attr" name="enableCopying" id="0x000d0022" /> |
| 50 | |
| 51 | <public type="drawable" name="car_ui_activity_background" id="0x000e0000" /> |
| 52 | |
Ram Parameswaran | 1fdcc58 | 2020-03-23 16:52:50 -0700 | [diff] [blame] | 53 | </resources> |