1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  Copyright (C) 2022 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    <overlayable name="HealthConnectStyles">
19        <policy type="product|system|vendor|odm|oem">
20            <!-- REGION ICONS -->
21            <item type="drawable" name="ic_health_connect"/>
22
23            <!-- Home page -->
24            <item type="drawable" name="ic_app_permissions"/>
25            <item type="drawable" name="ic_data_and_access"/>
26            <item type="drawable" name="ic_build"/>
27
28            <!-- App permissions page -->
29            <item type="drawable" name="ic_remove_access_for_all_apps"/>
30            <item type="drawable" name="ic_help_and_feedback"/>
31            <item type="drawable" name="ic_check_for_updates"/>
32            <item type="drawable" name="ic_see_all_compatible_apps"/>
33            <item type="drawable" name="ic_find_in_page"/>
34
35            <!-- Categories page -->
36            <item type="drawable" name="ic_auto_delete"/>
37            <item type="drawable" name="ic_auto_delete_off"/>
38            <item type="drawable" name="ic_delete"/>
39            <item type="drawable" name="ic_category_activity"/>
40            <item type="drawable" name="ic_category_body_measurements"/>
41            <item type="drawable" name="ic_category_cycle_tracking"/>
42            <item type="drawable" name="ic_category_nutrition"/>
43            <item type="drawable" name="ic_category_sleep"/>
44            <item type="drawable" name="ic_category_vitals"/>
45
46            <!-- Permission types page -->
47            <item type="drawable" name="ic_view_list"/>
48            <item type="drawable" name="ic_check"/>
49
50            <!-- Dialogs -->
51            <item type="drawable" name="ic_deletion_settings"/>
52            <item type="drawable" name="ic_success"/>
53            <item type="drawable" name="ic_failure"/>
54            <item type="drawable" name="ic_disconnect"/>
55            <item type="drawable" name="ic_denied_apps_banner"/>
56            <item type="drawable" name="ic_item_drag"/>
57
58            <!-- Request permissions -->
59            <item type="drawable" name="ic_choose_data"/>
60            <item type="drawable" name="ic_access_history"/>
61            <item type="drawable" name="ic_privacy_policy"/>
62            <item type="drawable" name="ic_manage_settings"/>
63            <item type="drawable" name="ic_sync"/>
64
65            <!--  Migration -->
66            <item type="drawable" name="ic_storage"/>
67            <item type="drawable" name="ic_system_security_update"/>
68
69            <!-- Data & access -->
70            <item type="drawable" name="ic_checkbox_unchecked"/>
71
72            <!-- Data sources & priority -->
73            <item type="drawable" name="ic_add"/>
74            <item type="drawable" name="ic_edit"/>
75            <item type="drawable" name="ic_close"/>
76
77            <!-- Backup and restore -->
78            <item type="drawable" name="ic_repeat"/>
79            <item type="drawable" name="ic_upload"/>
80            <item type="drawable" name="ic_import_data"/>
81            <item type="drawable" name="ic_import"/>
82
83            <item type="drawable" name="ic_warning"/>
84            <item type="drawable" name="ic_password"/>
85            <item type="drawable" name="ic_info"/>
86            <!-- END REGION -->
87
88            <!-- REGION DIALOG GRAVITY -->
89            <item type="integer" name="dialog_gravity" />
90            <item type="integer" name="dialog_title_gravity"/>
91            <item type="integer" name="dialog_title_text_alignment"/>
92            <item type="integer" name="dialog_title_icon_visibility"/>
93            <!-- END REGION -->
94
95            <!-- REGION STYLES -->
96            <item type="style" name="TextAppearance.PreferenceSummary.SettingsLib"/>
97            <item type="style" name="TextAppearance.HealthConnect.SummaryLarge"/>
98            <item type="style" name="TextAppearance.HealthConnect.Label"/>
99            <item type="style" name="TextAppearance.HealthConnect.Label.Compact"/>
100
101            <item type="style" name="TextAppearance.HealthConnect.Headline6" />
102            <item type="style" name="TextAppearance.PreferenceTitle.SettingsLib"/>
103            <item type="style" name="TextAppearance.HealthConnect.Headline4"/>
104            <item type="style" name="TextAppearance.HealthConnect.Headline3"/>
105            <item type="style" name="TextAppearance.HealthConnect.Headline2"/>
106            <item type="style" name="TextAppearance.HealthConnect.Label.Small"/>
107            <item type="style" name="TextAppearance.HealthConnect.Subheader"/>
108            <item type="style" name="TextAppearance.HealthConnect.Subheader2"/>
109            <item type="style" name="TextAppearance.HealthConnect.Subheader3"/>
110            <item type="style" name="TextAppearance.HealthConnect.RouteRequest"/>
111            <item type="style" name="TextAppearance.HealthConnect.CategoryTitle"/>
112            <item type="style" name="TextAppearance.HealthConnect.ErrorMessage"/>
113
114            <item type="style" name="Widget.HealthConnect.Button"/>
115            <item type="style" name="Widget.HealthConnect.CheckBox"/>
116            <item type="style" name="Widget.HealthConnect.RadioButton.Chip"/>
117            <item type="style" name="Widget.HealthConnect.CalendarSpinner"/>
118            <item type="style" name="Widget.HealthConnect.TabLayout"/>
119            <!-- END REGION -->
120
121            <!-- REGION DIMENSIONS -->
122            <item type="dimen" name="spacing_small"/>
123            <item type="dimen" name="spacing_normal"/>
124            <item type="dimen" name="spacing_large"/>
125            <item type="dimen" name="list_item_min_height"/>
126            <item type="dimen" name="timeline_divider_height"/>
127            <!-- END REGION -->
128
129            <!-- REGION STRINGS -->
130            <item type="string"  name="config_headlineFontFamily"/>
131            <!-- END REGION -->
132        </policy>
133    </overlayable>
134</resources>
135