blob: c96a2284e75877aa4078f027b9bb1ab475f66b16 [file] [log] [blame]
Samuel Fufa6e5efb02020-11-02 11:31:59 -06001<?xml version="1.0" encoding="utf-8"?><!--
The Android Open Source Project31dd5032009-03-03 19:32:27 -08002/* Copyright 2008, 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-->
17
Sunny Goyalda1dfa32017-04-26 22:34:49 -070018<resources xmlns:android="http://schemas.android.com/apk/res/android">
The Android Open Source Project31dd5032009-03-03 19:32:27 -080019
Sunny Goyal368ae772017-05-24 13:19:15 -070020 <!-- Attributes used for launcher theme -->
21 <attr name="allAppsScrimColor" format="color" />
Samuel Fufa76b33402021-05-18 16:15:46 -050022 <attr name="allappsHeaderProtectionColor" format="color" />
Sunny Goyal81a70e52017-08-18 01:02:20 -070023 <attr name="allAppsNavBarScrimColor" format="color" />
Samuel Fufa61bc63a2020-06-05 12:17:16 -070024 <attr name="allAppsTheme" format="reference" />
Tony Wickham90038eb2017-06-06 15:42:32 -070025 <attr name="popupColorPrimary" format="color" />
26 <attr name="popupColorSecondary" format="color" />
27 <attr name="popupColorTertiary" format="color" />
Jon Miranda6a936e32021-06-24 10:58:56 -070028 <attr name="popupShadeFirst" format="color" />
29 <attr name="popupShadeSecond" format="color" />
30 <attr name="popupShadeThird" format="color" />
Mario Bertschlera6936942017-05-31 14:48:19 -070031 <attr name="isMainColorDark" format="boolean" />
32 <attr name="isWorkspaceDarkText" format="boolean" />
33 <attr name="workspaceTextColor" format="color" />
34 <attr name="workspaceShadowColor" format="color" />
Samuel Fufa6e5efb02020-11-02 11:31:59 -060035 <attr name="workspaceAmbientShadowColor" format="color" />
Mario Bertschlera6936942017-05-31 14:48:19 -070036 <attr name="workspaceKeyShadowColor" format="color" />
37 <attr name="workspaceStatusBarScrim" format="reference" />
Tony Wickham093c3ac2017-06-26 10:48:41 -070038 <attr name="widgetsTheme" format="reference" />
Samuel Fufa6e5efb02020-11-02 11:31:59 -060039 <attr name="iconOnlyShortcutColor" format="color" />
40 <attr name="eduHalfSheetBGColor" format="color" />
Zak Cohen4d35ac32021-04-23 16:28:12 -070041 <attr name="overviewScrimColor" format="color" />
Jon Miranda313b2c22021-06-17 12:35:43 -070042 <attr name="popupNotificationDotColor" format="color" />
Sunny Goyal368ae772017-05-24 13:19:15 -070043
Sunny Goyal9fc5ae72019-01-03 16:47:18 -080044 <attr name="folderDotColor" format="color" />
Brian Isganitiscbaf1492021-08-04 21:45:15 -040045 <attr name="folderPaginationColor" format="color" />
Jon Mirandab77878e2021-10-06 16:57:33 -070046 <attr name="folderPreviewColor" format="color" />
47 <attr name="folderBackgroundColor" format="color" />
Sunny Goyal9fc5ae72019-01-03 16:47:18 -080048 <attr name="folderIconRadius" format="float" />
Sunny Goyalbcadb7f2019-02-05 14:45:31 -080049 <attr name="folderIconBorderColor" format="color" />
Hyunyoung Songe751d902019-05-13 23:23:05 -070050 <attr name="folderTextColor" format="color" />
Samuel Fufa7315bdd2020-02-03 18:56:54 -080051 <attr name="folderHintColor" format="color" />
Jon Miranda7bbd0312021-05-11 17:01:13 -070052 <attr name="isFolderDarkText" format="boolean" />
Samuel Fufaea4dcf42020-02-04 12:08:11 -080053 <attr name="workProfileOverlayTextColor" format="color" />
Yogisha Dixitc0ac1dd2021-05-29 00:26:25 +010054 <attr name="workspaceAccentColor" format="color" />
55 <attr name="dropTargetHoverTextColor" format="color" />
Sunny Goyal9fc5ae72019-01-03 16:47:18 -080056
Jon Miranda48a2f7a2022-02-16 17:32:31 -080057 <attr name="allAppsButtonBgColor" format="color" />
58 <attr name="allAppsButtonColor1" format="color" />
59 <attr name="allAppsButtonColor2" format="color" />
60 <attr name="allAppsButtonColor3" format="color" />
61 <attr name="allAppsButtonColor4" format="color" />
62
Winson Chungb745afb2015-03-02 11:51:23 -080063 <!-- BubbleTextView specific attributes. -->
64 <declare-styleable name="BubbleTextView">
65 <attr name="layoutHorizontal" format="boolean" />
66 <attr name="iconSizeOverride" format="dimension" />
Sunny Goyaldfaccf62015-05-11 16:30:44 -070067 <attr name="iconDisplay" format="integer">
68 <enum name="workspace" value="0" />
69 <enum name="all_apps" value="1" />
Sunny Goyalbaec6ff2016-09-14 11:26:21 -070070 <enum name="folder" value="2" />
71 <enum name="widget_section" value="3" />
Jon Miranda93e1f042016-11-11 14:13:04 -080072 <enum name="shortcut_popup" value="4" />
Hyunyoung Songe3d32b52021-06-03 21:20:18 -070073 <enum name="taskbar" value="5" />
74 <enum name="search_result_tall" value="6" />
75 <enum name="search_result_small" value="7" />
Sunny Goyaldfaccf62015-05-11 16:30:44 -070076 </attr>
Winson1f064272016-07-18 17:18:02 -070077 <attr name="centerVertically" format="boolean" />
Sunny Goyal9314b7c2017-06-23 10:36:27 -070078 </declare-styleable>
79
Sunny Goyalbcadb7f2019-02-05 14:45:31 -080080 <!-- BubbleTextView specific attributes. -->
81 <declare-styleable name="FolderIconPreview">
Jon Mirandab77878e2021-10-06 16:57:33 -070082 <attr name="folderPreviewColor" />
Sunny Goyalbcadb7f2019-02-05 14:45:31 -080083 <attr name="folderIconBorderColor" />
84 <attr name="folderDotColor" />
85 </declare-styleable>
86
Samuel Fufa6e5efb02020-11-02 11:31:59 -060087 <declare-styleable name="SearchResultSuggestion">
Samuel Fufa4b7f38b2020-10-06 18:37:46 -070088 <attr name="customIcon" format="reference" />
89 <attr name="matchTextInsetWithQuery" format="boolean" />
90 </declare-styleable>
91
92
Sunny Goyal9314b7c2017-06-23 10:36:27 -070093 <declare-styleable name="ShadowInfo">
Mario Bertschlera6936942017-05-31 14:48:19 -070094 <attr name="ambientShadowColor" format="color" />
Sunny Goyal9314b7c2017-06-23 10:36:27 -070095 <attr name="ambientShadowBlur" format="dimension" />
Mario Bertschlera6936942017-05-31 14:48:19 -070096 <attr name="keyShadowColor" format="color" />
Sunny Goyal9314b7c2017-06-23 10:36:27 -070097 <attr name="keyShadowBlur" format="dimension" />
Shan Huang5620c752021-04-16 21:33:39 +080098 <attr name="keyShadowOffsetX" format="dimension" />
99 <attr name="keyShadowOffsetY" format="dimension" />
Winson Chungb745afb2015-03-02 11:51:23 -0800100 </declare-styleable>
101
Winson Chung321e9ee2010-08-09 13:37:56 -0700102 <!-- PagedView specific attributes. These attributes are used to customize
103 a PagedView view in XML files. -->
104 <declare-styleable name="PagedView">
Winson Chungd2be3812013-07-16 11:11:32 -0700105 <!-- The page indicator for this workspace -->
106 <attr name="pageIndicator" format="reference" />
Winson Chung321e9ee2010-08-09 13:37:56 -0700107 </declare-styleable>
108
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700109 <!-- XML attributes used by default_workspace.xml -->
110 <declare-styleable name="Favorite">
111 <attr name="className" format="string" />
112 <attr name="packageName" format="string" />
Winson Chung3d503fb2011-07-13 17:25:49 -0700113 <attr name="container" format="string" />
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700114 <attr name="screen" format="string" />
115 <attr name="x" format="string" />
116 <attr name="y" format="string" />
Mike Cleronb87bd162009-10-30 16:36:56 -0700117 <attr name="spanX" format="string" />
118 <attr name="spanY" format="string" />
Sunny Goyaleba87b12016-02-26 09:44:27 -0800119 <attr name="icon" format="reference" />
120 <attr name="title" format="string" />
Mike Cleronb87bd162009-10-30 16:36:56 -0700121 <attr name="uri" format="string" />
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700122 </declare-styleable>
Adam Cohencee8c662014-10-16 09:49:52 -0700123
Winson Chungb3302ae2012-05-01 10:19:14 -0700124 <declare-styleable name="Extra">
125 <attr name="key" format="string" />
126 <attr name="value" format="string" />
127 </declare-styleable>
Daniel Sandler57dac262013-10-03 13:28:36 -0400128 <declare-styleable name="Include">
129 <attr name="workspace" format="reference" />
Adam Cohencee8c662014-10-16 09:49:52 -0700130 <attr name="folderItems" format="reference" />
Daniel Sandler57dac262013-10-03 13:28:36 -0400131 </declare-styleable>
Winson Chung2816ca52012-05-23 15:14:34 -0700132
Adam Cohenbe258222014-10-24 16:45:59 -0700133 <declare-styleable name="InsettableFrameLayout_Layout">
134 <attr name="layout_ignoreInsets" format="boolean" />
135 </declare-styleable>
Sunny Goyalf37a2142016-03-24 17:28:25 -0700136
Sunny Goyal415f1732018-11-29 10:33:47 -0800137 <declare-styleable name="GridDisplayOption">
Sunny Goyal819e1932016-07-07 16:43:58 -0700138 <attr name="name" format="string" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700139
140 <attr name="numRows" format="integer" />
141 <attr name="numColumns" format="integer" />
Alex Chau9fee3fd2021-12-01 18:43:10 +0000142 <!-- numSearchContainerColumns defaults to numColumns, if not specified -->
143 <attr name="numSearchContainerColumns" format="integer" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700144 <!-- numFolderRows & numFolderColumns defaults to numRows & numColumns, if not specified -->
145 <attr name="numFolderRows" format="integer" />
146 <attr name="numFolderColumns" format="integer" />
Sunny Goyal19ff7282021-04-22 10:12:54 -0700147 <!-- numAllAppsColumns defaults to numColumns, if not specified -->
148 <attr name="numAllAppsColumns" format="integer" />
149 <!-- Number of columns to use when extending the all-apps size,
150 defaults to 2 * numAllAppsColumns -->
151 <attr name="numExtendedAllAppsColumns" format="integer" />
152
Sunny Goyal819e1932016-07-07 16:43:58 -0700153 <!-- numHotseatIcons defaults to numColumns, if not specified -->
154 <attr name="numHotseatIcons" format="integer" />
Alex Chau6ed408f2022-03-04 12:58:05 +0000155 <!-- Number of icons to use when shrinking the hotseat size,
156 defaults to numHotseatIcons / 2 -->
157 <attr name="numShrunkenHotseatIcons" format="integer" />
Sunny Goyal19ff7282021-04-22 10:12:54 -0700158 <!-- Number of icons to use when extending the hotseat size,
159 defaults to 2 * numHotseatIcons -->
160 <attr name="numExtendedHotseatIcons" format="integer" />
161
Tracy Zhou7df93d22020-01-27 13:44:06 -0800162 <attr name="dbFile" format="string" />
Sunny Goyal415f1732018-11-29 10:33:47 -0800163 <attr name="defaultLayoutId" format="reference" />
Alex Chau1e448462021-08-13 21:48:35 +0100164 <attr name="defaultSplitDisplayLayoutId" format="reference" />
Sunny Goyal415f1732018-11-29 10:33:47 -0800165 <attr name="demoModeLayoutId" format="reference" />
Jon Mirandae126d722021-02-25 10:45:20 -0500166 <attr name="isScalable" format="boolean" />
Jon Mirandac9e69fa2021-03-22 17:13:34 -0400167 <attr name="devicePaddingId" format="reference" />
Alex Chau1c883d82021-12-01 18:43:10 +0000168 <!-- By default all categories are enabled -->
169 <attr name="deviceCategory" format="integer" >
170 <!-- Enable on phone only -->
171 <flag name="phone" value="1" />
172 <!-- Enable on tablets only -->
173 <flag name="tablet" value="2" />
174 <!-- Enable on multi display devices only -->
175 <flag name="multi_display" value="4" />
176 </attr>
Jon Mirandae126d722021-02-25 10:45:20 -0500177
Sunny Goyal415f1732018-11-29 10:33:47 -0800178 </declare-styleable>
179
Jon Miranda228877d2021-02-09 11:05:00 -0500180 <declare-styleable name="DevicePadding">
181 <attr name="maxEmptySpace" format="dimension" />
182 </declare-styleable>
183
184 <declare-styleable name="DevicePaddingFormula">
185 <attr name="a" format="float|dimension" />
186 <attr name="b" format="float|dimension" />
187 <attr name="c" format="float|dimension" />
188 </declare-styleable>
189
Sunny Goyal415f1732018-11-29 10:33:47 -0800190 <declare-styleable name="ProfileDisplayOption">
191 <attr name="name" />
192 <attr name="minWidthDps" format="float" />
193 <attr name="minHeightDps" format="float" />
194
Thales Limad90faab2021-09-21 17:18:47 +0100195 <!-- These min cell values are only used if GridDisplayOption#isScalable is true -->
Thales Lima85c942f2021-12-31 13:04:20 +0000196 <attr name="minCellHeight" format="float" />
197 <attr name="minCellWidth" format="float" />
198 <!-- defaults to minCellHeight, if not specified -->
Thales Limadd027342022-01-07 12:54:37 +0000199 <attr name="minCellHeightLandscape" format="float" />
200 <!-- defaults to minCellWidth, if not specified -->
201 <attr name="minCellWidthLandscape" format="float" />
202 <!-- defaults to minCellHeight, if not specified -->
Thales Lima85c942f2021-12-31 13:04:20 +0000203 <attr name="minCellHeightTwoPanelPortrait" format="float" />
204 <!-- defaults to minCellWidth, if not specified -->
205 <attr name="minCellWidthTwoPanelPortrait" format="float" />
206 <!-- defaults to minCellHeight, if not specified -->
207 <attr name="minCellHeightTwoPanelLandscape" format="float" />
208 <!-- defaults to minCellWidth, if not specified -->
209 <attr name="minCellWidthTwoPanelLandscape" format="float" />
Jon Mirandae126d722021-02-25 10:45:20 -0500210
Thales Lima78d00ad2021-09-30 11:29:06 +0100211 <!-- These border spaces are only used if GridDisplayOption#isScalable is true -->
212 <!-- space to be used horizontally and vertically -->
Thales Lima85c942f2021-12-31 13:04:20 +0000213 <attr name="borderSpace" format="float" />
214 <!-- space to the right of the cell, defaults to borderSpace if not specified -->
215 <attr name="borderSpaceHorizontal" format="float" />
216 <!-- space below the cell, defaults to borderSpace if not specified -->
217 <attr name="borderSpaceVertical" format="float" />
Thales Lima44cc3a22022-03-18 14:28:24 +0000218 <!-- space to be used horizontally and vertically,
219 defaults to borderSpace if not specified -->
220 <attr name="borderSpaceLandscape" format="float" />
221 <!-- space to the right of the cell, defaults to borderSpaceLandscape if not specified -->
222 <attr name="borderSpaceLandscapeHorizontal" format="float" />
223 <!-- space below the cell, defaults to borderSpaceLandscape if not specified -->
224 <attr name="borderSpaceLandscapeVertical" format="float" />
Thales Lima78d00ad2021-09-30 11:29:06 +0100225 <!-- space to be used horizontally and vertically in two panels,
Thales Lima85c942f2021-12-31 13:04:20 +0000226 defaults to borderSpace if not specified -->
227 <attr name="borderSpaceTwoPanelPortrait" format="float" />
Thales Lima78d00ad2021-09-30 11:29:06 +0100228 <!-- space to the right of the cell in two panels, defaults to
Thales Lima85c942f2021-12-31 13:04:20 +0000229 borderSpaceTwoPanelPortrait if not specified -->
230 <attr name="borderSpaceTwoPanelPortraitHorizontal" format="float" />
231 <!-- space below the cell in two panels, defaults to borderSpaceTwoPanelPortrait
Thales Lima78d00ad2021-09-30 11:29:06 +0100232 if not specified -->
Thales Lima85c942f2021-12-31 13:04:20 +0000233 <attr name="borderSpaceTwoPanelPortraitVertical" format="float" />
Thales Lima78d00ad2021-09-30 11:29:06 +0100234 <!-- space to be used horizontally and vertically in two panels,
Thales Lima85c942f2021-12-31 13:04:20 +0000235 defaults to borderSpace if not specified -->
236 <attr name="borderSpaceTwoPanelLandscape" format="float" />
Thales Lima78d00ad2021-09-30 11:29:06 +0100237 <!-- space to the right of the cell in two panels, defaults to
Thales Lima85c942f2021-12-31 13:04:20 +0000238 borderSpaceTwoPanelLandscape if not specified -->
239 <attr name="borderSpaceTwoPanelLandscapeHorizontal" format="float" />
240 <!-- space below the cell in two panels, defaults to borderSpaceTwoPanelLandscape
Thales Lima78d00ad2021-09-30 11:29:06 +0100241 if not specified -->
Thales Lima85c942f2021-12-31 13:04:20 +0000242 <attr name="borderSpaceTwoPanelLandscapeVertical" format="float" />
Thales Lima78d00ad2021-09-30 11:29:06 +0100243
Thales Limab7ef5692022-03-10 10:32:36 +0000244 <!-- These min cell values are only used if GridDisplayOption#isScalable is true -->
245 <!-- defaults to minCellHeight, if not specified -->
246 <attr name="allAppsCellHeight" format="float" />
247 <!-- defaults to minCellWidth, if not specified -->
248 <attr name="allAppsCellWidth" format="float" />
249 <!-- defaults to allAppsCellHeight, if not specified -->
250 <attr name="allAppsCellHeightLandscape" format="float" />
251 <!-- defaults to allAppsCellWidth, if not specified -->
252 <attr name="allAppsCellWidthLandscape" format="float" />
253 <!-- defaults to allAppsCellHeight, if not specified -->
254 <attr name="allAppsCellHeightTwoPanelPortrait" format="float" />
255 <!-- defaults to allAppsCellWidth, if not specified -->
256 <attr name="allAppsCellWidthTwoPanelPortrait" format="float" />
257 <!-- defaults to allAppsCellHeight, if not specified -->
258 <attr name="allAppsCellHeightTwoPanelLandscape" format="float" />
259 <!-- defaults to allAppsCellWidth, if not specified -->
260 <attr name="allAppsCellWidthTwoPanelLandscape" format="float" />
Thales Lima85c942f2021-12-31 13:04:20 +0000261 <!-- defaults to borderSpace, if not specified -->
262 <attr name="allAppsBorderSpace" format="float" />
Thales Limabb7d3882021-12-22 12:56:29 +0000263 <!-- defaults to allAppsBorderSpace, if not specified -->
Thales Limab7ef5692022-03-10 10:32:36 +0000264 <attr name="allAppsBorderSpaceLandscape" format="float" />
265 <!-- defaults to allAppsBorderSpace, if not specified -->
Thales Limabb7d3882021-12-22 12:56:29 +0000266 <attr name="allAppsBorderSpaceTwoPanelPortrait" format="float" />
267 <!-- defaults to allAppsBorderSpace, if not specified -->
268 <attr name="allAppsBorderSpaceTwoPanelLandscape" format="float" />
Thales Lima83bedbf2021-10-05 17:47:39 +0100269 <!-- The following values are only enabled if grid is supported. -->
Thales Lima85c942f2021-12-31 13:04:20 +0000270 <!-- defaults to iconImageSize, if not specified -->
Thales Lima83bedbf2021-10-05 17:47:39 +0100271 <attr name="allAppsIconSize" format="float" />
Thales Limabb7d3882021-12-22 12:56:29 +0000272 <!-- defaults to allAppsIconSize, if not specified -->
273 <attr name="allAppsIconSizeTwoPanelPortrait" format="float" />
274 <!-- defaults to allAppsIconSize, if not specified -->
275 <attr name="allAppsIconSizeTwoPanelLandscape" format="float" />
Thales Lima85c942f2021-12-31 13:04:20 +0000276 <!-- defaults to iconTextSize, if not specified -->
Thales Lima83bedbf2021-10-05 17:47:39 +0100277 <attr name="allAppsIconTextSize" format="float" />
Thales Limabb7d3882021-12-22 12:56:29 +0000278 <!-- defaults to allAppsIconTextSize, if not specified -->
279 <attr name="allAppsIconTextSizeTwoPanelPortrait" format="float" />
280 <!-- defaults to allAppsIconTextSize, if not specified -->
281 <attr name="allAppsIconTextSizeTwoPanelLandscape" format="float" />
sfufa@google.comde013292021-09-21 18:22:44 -0700282
Thales Lima6e7f36c2022-01-04 12:14:11 +0000283 <!-- defaults to borderSpaceDps, if not specified -->
284 <attr name="hotseatBorderSpace" format="float" />
285 <!-- defaults to hotseatBorderSpace, if not specified -->
Thales Limadd027342022-01-07 12:54:37 +0000286 <attr name="hotseatBorderSpaceLandscape" format="float" />
287 <!-- defaults to hotseatBorderSpace, if not specified -->
Thales Lima6e7f36c2022-01-04 12:14:11 +0000288 <attr name="hotseatBorderSpaceTwoPanelLandscape" format="float" />
289 <!-- defaults to hotseatBorderSpace, if not specified -->
290 <attr name="hotseatBorderSpaceTwoPanelPortrait" format="float" />
291
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700292 <attr name="iconImageSize" format="float" />
Thales Lima85c942f2021-12-31 13:04:20 +0000293 <!-- defaults to iconImageSize, if not specified -->
294 <attr name="iconSizeLandscape" format="float" />
295 <!-- defaults to iconSize, if not specified -->
296 <attr name="iconSizeTwoPanelPortrait" format="float" />
297 <!-- defaults to iconSize, if not specified -->
298 <attr name="iconSizeTwoPanelLandscape" format="float" />
Andras Kloczl30fe9152021-08-05 18:02:29 +0200299
Sunny Goyal819e1932016-07-07 16:43:58 -0700300 <attr name="iconTextSize" format="float" />
Thales Lima85c942f2021-12-31 13:04:20 +0000301 <!-- defaults to iconTextSize, if not specified -->
302 <attr name="iconTextSizeLandscape" format="float" />
303 <!-- defaults to iconTextSize, if not specified -->
304 <attr name="iconTextSizeTwoPanelPortrait" format="float" />
305 <!-- defaults to iconTextSize, if not specified -->
306 <attr name="iconTextSizeTwoPanelLandscape" format="float" />
Sunny Goyal19ff7282021-04-22 10:12:54 -0700307
308 <!-- If set, this display option is used to determine the default grid -->
Thales Lima1de4d552021-10-13 16:13:25 +0100309 <attr name="canBeDefault" format="boolean" />
Sunny Goyalae190ff2020-04-14 00:19:01 +0000310
Thales Limad90faab2021-09-21 17:18:47 +0100311 <!-- Margin on left and right of the workspace when GridDisplayOption#isScalable is true -->
312 <attr name="horizontalMargin" format="float"/>
Thales Lima85c942f2021-12-31 13:04:20 +0000313 <!-- defaults to horizontalMargin if not specified -->
Thales Limadd027342022-01-07 12:54:37 +0000314 <attr name="horizontalMarginLandscape" format="float"/>
315 <!-- defaults to horizontalMargin if not specified -->
Thales Lima85c942f2021-12-31 13:04:20 +0000316 <attr name="horizontalMarginTwoPanelLandscape" format="float"/>
317 <!-- defaults to horizontalMargin if not specified -->
318 <attr name="horizontalMarginTwoPanelPortrait" format="float"/>
Sunny Goyal819e1932016-07-07 16:43:58 -0700319 </declare-styleable>
320
Sunny Goyalc13403c2016-11-18 23:44:48 -0800321 <declare-styleable name="CellLayout">
322 <attr name="containerType" format="integer">
323 <enum name="workspace" value="0" />
324 <enum name="hotseat" value="1" />
325 <enum name="folder" value="2" />
326 </attr>
327 </declare-styleable>
328
Sunny Goyalda1dfa32017-04-26 22:34:49 -0700329 <declare-styleable name="ShadowDrawable">
330 <attr name="android:src" />
331 <attr name="android:shadowColor" />
Sunny Goyal8b6ac002017-05-16 16:16:25 -0700332 <attr name="android:elevation" />
Samuel Fufa6e5efb02020-11-02 11:31:59 -0600333 <attr name="darkTintColor" format="color" />
Sunny Goyalda1dfa32017-04-26 22:34:49 -0700334 </declare-styleable>
Sunny Goyal89d5c5a2017-06-23 16:12:50 -0700335
336 <declare-styleable name="RecyclerViewFastScroller">
337 <attr name="canThumbDetach" format="boolean" />
338 </declare-styleable>
Sunny Goyal952e63d2017-08-16 04:59:08 -0700339
Sunny Goyalb694a692020-10-13 13:37:28 -0700340 <declare-styleable name="LoggablePref">
341 <attr name="android:key" />
342 <attr name="android:defaultValue" />
343 <!-- Ground truth of this Pref integer can be found in StatsLogManager -->
344 <attr name="logIdOn" format="integer" />
345 <attr name="logIdOff" format="integer" />
346 </declare-styleable>
347
Sunny Goyalef92b822018-11-21 14:12:00 -0800348 <declare-styleable name="PreviewFragment">
349 <attr name="android:name" />
350 <attr name="android:id" />
351 </declare-styleable>
Steven Nge92bc552021-02-10 17:10:15 +0000352
353 <declare-styleable name="WidgetsListRowHeader">
354 <attr name="appIconSize" format="dimension" />
355 </declare-styleable>
Steven Ng43859f12021-09-24 12:39:55 +0100356
357 <declare-styleable name="WidgetSections">
358 <!-- Component name of an app widget provider. -->
359 <attr name="provider" format="string" />
360 <!-- If true, keep the app widget under its app listing in addition to the widget category
361 in the widget picker. Defaults to false if not specified. -->
362 <attr name="alsoKeepInApp" format="boolean" />
363 <!-- The category of an app widget provider. Defaults to -1 if not specified. -->
364 <attr name="category" format="integer" />
365 <!-- The title name of a widget category. -->
366 <attr name="sectionTitle" format="reference" />
367 <!-- The icon drawable of a widget category. -->
368 <attr name="sectionDrawable" format="reference" />
369 </declare-styleable>
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800370</resources>