1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/dimens.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources>
21    <!-- The width that is used when creating thumbnails of applications. -->
22    <dimen name="thumbnail_width">192dp</dimen>
23    <!-- The height that is used when creating thumbnails of applications. -->
24    <dimen name="thumbnail_height">192dp</dimen>
25    <!-- The amount to scale a fullscreen screenshot thumbnail. -->
26    <item name="thumbnail_fullscreen_scale" type="fraction">60%</item>
27    <!-- The width used to calculate scale for full screen thumbnail on TV -->
28    <integer name="thumbnail_width_tv">240</integer>
29    <!-- The standard size (both width and height) of an application icon that
30         will be displayed in the app launcher and elsewhere. -->
31    <dimen name="app_icon_size">48dip</dimen>
32
33    <dimen name="toast_y_offset">24dp</dimen>
34    <!-- Height of the status bar -->
35    <dimen name="status_bar_height">@dimen/status_bar_height_portrait</dimen>
36    <!-- Height of the status bar in portrait. The height should be
37         Max((status bar content height + waterfall top size), top cutout size) -->
38    <dimen name="status_bar_height_portrait">24dp</dimen>
39    <!-- Height of the status bar in landscape. The height should be
40         Max((status bar content height + waterfall top size), top cutout size) -->
41    <dimen name="status_bar_height_landscape">@dimen/status_bar_height_portrait</dimen>
42    <!-- Height of area above QQS where battery/time go -->
43    <dimen name="quick_qs_offset_height">48dp</dimen>
44    <!-- Total height of QQS (quick_qs_offset_height + 128) -->
45    <dimen name="quick_qs_total_height">176dp</dimen>
46    <!-- Total height of QQS with two rows to fit media player (quick_qs_offset_height + 176) -->
47    <dimen name="quick_qs_total_height_with_media">224dp</dimen>
48    <!-- Height of the bottom navigation / system bar. -->
49    <dimen name="navigation_bar_height">48dp</dimen>
50    <!-- Height of the bottom navigation bar in portrait; often the same as @dimen/navigation_bar_height -->
51    <dimen name="navigation_bar_height_landscape">48dp</dimen>
52    <!-- Width of the navigation bar when it is placed vertically on the screen -->
53    <dimen name="navigation_bar_width">48dp</dimen>
54    <!-- How much we expand the touchable region of the status bar below the notch to catch touches
55         that just start below the notch. -->
56    <dimen name="display_cutout_touchable_region_size">12dp</dimen>
57
58    <!-- Height of the bottom navigation bar frame; this is different than navigation_bar_height
59         where that is the height reported to all the other windows to resize themselves around the
60         navigation bar window but navigation_bar_frame_height is reported to SystemUI navigation
61         bar view's window -->
62    <dimen name="navigation_bar_frame_height">@dimen/navigation_bar_height</dimen>
63    <!-- Height of the bottom navigation bar frame in landscape -->
64    <dimen name="navigation_bar_frame_height_landscape">@dimen/navigation_bar_frame_height</dimen>
65
66    <!-- The height of the navigation gesture area if the gesture is starting from the bottom. -->
67    <dimen name="navigation_bar_gesture_height">@dimen/navigation_bar_frame_height</dimen>
68
69    <!-- Height of the bottom navigation / system bar in car mode. -->
70    <dimen name="navigation_bar_height_car_mode">96dp</dimen>
71    <!-- Height of the bottom navigation bar in portrait; often the same as
72         @dimen/navigation_bar_height_car_mode -->
73    <dimen name="navigation_bar_height_landscape_car_mode">96dp</dimen>
74    <!-- Width of the navigation bar when it is placed vertically on the screen in car mode -->
75    <dimen name="navigation_bar_width_car_mode">96dp</dimen>
76    <!-- Height of notification icons in the status bar -->
77    <dimen name="status_bar_icon_size">22dip</dimen>
78    <!-- Desired size of system icons in status bar. -->
79    <dimen name="status_bar_system_icon_size">15dp</dimen>
80    <!-- Intrinsic size of most system icons in status bar. This is the default value that
81         is used if a Drawable reports an intrinsic size of 0. -->
82    <dimen name="status_bar_system_icon_intrinsic_size">17dp</dimen>
83    <!-- Size of the giant number (unread count) in the notifications -->
84    <dimen name="status_bar_content_number_size">48sp</dimen>
85    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
86    <dimen name="status_bar_edge_ignore">5dp</dimen>
87
88    <!-- Default radius of the software rounded corners. -->
89    <dimen name="rounded_corner_radius">0dp</dimen>
90    <!-- Radius of the software rounded corners at the top of the display in its natural
91        orientation. If zero, the value of rounded_corner_radius is used. -->
92    <dimen name="rounded_corner_radius_top">0dp</dimen>
93    <!-- Radius of the software rounded corners at the bottom of the display in its natural
94        orientation. If zero, the value of rounded_corner_radius is used. -->
95    <dimen name="rounded_corner_radius_bottom">0dp</dimen>
96
97    <!-- Default adjustment for the software rounded corners since corners are not perfectly
98        round. This value is used when retrieving the "radius" of the rounded corner in cases
99        where the exact bezier curve cannot be retrieved.  This value will be subtracted from
100        rounded_corner_radius to more accurately provide a "radius" for the rounded corner. -->
101    <dimen name="rounded_corner_radius_adjustment">0px</dimen>
102    <!-- Top adjustment for the software rounded corners since corners are not perfectly
103        round.  This value is used when retrieving the "radius" of the top rounded corner in cases
104        where the exact bezier curve cannot be retrieved.  This value will be subtracted from
105        rounded_corner_radius_top to more accurately provide a "radius" for the top rounded corners.
106         -->
107    <dimen name="rounded_corner_radius_top_adjustment">0px</dimen>
108    <!-- Bottom adjustment for the software rounded corners since corners are not perfectly
109        round.  This value is used when retrieving the "radius" of the bottom rounded corner in
110        cases where the exact bezier curve cannot be retrieved.  This value will be subtracted from
111        rounded_corner_radius_bottom to more accurately provide a "radius" for the bottom rounded
112        corners. -->
113    <dimen name="rounded_corner_radius_bottom_adjustment">0px</dimen>
114
115    <!-- Width of the window of the divider bar used to resize docked stacks. -->
116    <dimen name="docked_stack_divider_thickness">48dp</dimen>
117
118    <!-- How much the content in the divider is inset from the window bounds when resting. Used to
119         calculate the bounds of the stacks-->
120    <dimen name="docked_stack_divider_insets">19dp</dimen>
121
122    <!-- To how much the docked stack gets reduced when we decide to minimize the docked stack, i.e.
123         when the user opens homescreen. -->
124    <dimen name="docked_stack_minimize_thickness">8dp</dimen>
125
126    <!-- The amount to leave on-screen when the PIP is minimized. -->
127    <dimen name="pip_minimized_visible_size">48dp</dimen>
128
129    <!-- Min width for a tablet device -->
130    <dimen name="min_xlarge_screen_width">800dp</dimen>
131
132    <!-- Default height of a key in the password keyboard for alpha (used by keyguard) -->
133    <dimen name="password_keyboard_key_height_alpha">56dip</dimen>
134    <!-- Default height of a key in the password keyboard for numeric (used by keyguard) -->
135    <dimen name="password_keyboard_key_height_numeric">56dip</dimen>
136    <!-- Default correction for the space key in the password keyboard  (used by keyguard) -->
137    <dimen name="password_keyboard_spacebar_vertical_correction">4dip</dimen>
138    <!-- Default horizontal gap between keys in the password keyboard (used by keyguard) -->
139    <dimen name="password_keyboard_horizontalGap">3dip</dimen>
140    <!-- Default vertical gap between keys in the password keyboard (used by keyguard) -->
141    <dimen name="password_keyboard_verticalGap">9dip</dimen>
142
143    <!-- Size of lockscreen outerring on unsecure unlock LockScreen -->
144    <dimen name="keyguard_lockscreen_outerring_diameter">270dp</dimen>
145
146    <!-- Preference activity side margins -->
147    <dimen name="preference_screen_side_margin">0dp</dimen>
148    <!-- Preference activity side margins negative-->
149    <dimen name="preference_screen_side_margin_negative">0dp</dimen>
150    <!-- Preference activity top margin -->
151    <dimen name="preference_screen_top_margin">0dp</dimen>
152    <!-- Preference activity bottom margin -->
153    <dimen name="preference_screen_bottom_margin">0dp</dimen>
154    <!-- Preference widget area width (to the left of the text) -->
155    <dimen name="preference_widget_width">48dp</dimen>
156    <!-- Preference fragment padding, bottom -->
157    <dimen name="preference_fragment_padding_bottom">0dp</dimen>
158    <!-- Preference fragment padding, sides -->
159    <dimen name="preference_fragment_padding_side">16dp</dimen>
160    <!-- Weight of the left pane in a multi-pane preference layout. -->
161    <integer name="preferences_left_pane_weight">4</integer>
162    <!-- Weight of the right pane in a multi-pane preference layout. So the split is 40:60 -->
163    <integer name="preferences_right_pane_weight">6</integer>
164    <!-- Padding to the left of the preference panel breadcrumb -->
165    <dimen name="preference_breadcrumb_paddingLeft">0dp</dimen>
166    <!-- Padding to the right of the preference panel breadcrumb -->
167    <dimen name="preference_breadcrumb_paddingRight">0dp</dimen>
168    <!-- Minimum space to allocate to the left of a preference item for an icon.
169        This helps in aligning titles when some items have icons and some don't. When space is
170        at a premium, we don't pre-allocate any space. -->
171    <dimen name="preference_icon_minWidth">0dp</dimen>
172    <!-- The platform's desired minimum size for a dialog's width when it
173         is along the major axis (that is the screen is landscape).  This may
174         be either a fraction or a dimension. -->
175    <item type="dimen" name="dialog_min_width_major">65%</item>
176
177    <!-- The platform's desired fixed width for a dialog along the major axis
178         (the screen is in landscape). This may be either a fraction or a dimension.-->
179    <item type="dimen" name="dialog_fixed_width_major">100%</item>
180    <!-- The platform's desired fixed width for a dialog along the minor axis
181         (the screen is in portrait). This may be either a fraction or a dimension.-->
182    <item type="dimen" name="dialog_fixed_width_minor">100%</item>
183    <!-- The platform's desired fixed height for a dialog along the major axis
184         (the screen is in portrait). This may be either a fraction or a dimension.-->
185    <item type="dimen" name="dialog_fixed_height_major">80%</item>
186    <!-- The platform's desired fixed height for a dialog along the minor axis
187         (the screen is in landscape). This may be either a fraction or a dimension.-->
188    <item type="dimen" name="dialog_fixed_height_minor">100%</item>
189
190    <!-- Preference activity, vertical padding for the header list -->
191    <dimen name="preference_screen_header_vertical_padding">0dp</dimen>
192
193    <dimen name="preference_screen_header_padding_side">16dip</dimen>
194    <integer name="preference_screen_header_scrollbarStyle">0x02000000</integer> <!-- outsideOverlay -->
195
196    <integer name="preference_fragment_scrollbarStyle">0x02000000</integer> <!-- outsideOverlay -->
197
198    <dimen name="preference_item_padding_side">8dip</dimen>
199    <dimen name="preference_item_padding_inner">8dip</dimen>
200    <dimen name="preference_child_padding_side">16dip</dimen>
201
202    <!-- The platform's desired minimum size for a dialog's width when it
203         is along the minor axis (that is the screen is portrait).  This may
204         be either a fraction or a dimension. -->
205    <item type="dimen" name="dialog_min_width_minor">95%</item>
206
207    <!-- Default padding for dialogs. -->
208    <dimen name="dialog_padding">16dp</dimen>
209
210    <!-- The margin on the start of the content view -->
211    <dimen name="notification_content_margin_start">16dp</dimen>
212
213    <!-- The margin on the end of the content view. -->
214    <dimen name="notification_content_margin_end">16dp</dimen>
215
216    <!-- The inset of the reply icon. -->
217    <dimen name="notification_reply_inset">8dp</dimen>
218
219    <!-- The margin for text at the end of the image view for media notifications -->
220    <dimen name="notification_media_image_margin_end">72dp</dimen>
221
222    <!-- The height of the notification action list -->
223    <dimen name="notification_action_list_height">60dp</dimen>
224
225    <!-- The margin of the notification action list at the top -->
226    <dimen name="notification_action_list_margin_top">0dp</dimen>
227
228    <!-- The height of the notification action list -->
229    <dimen name="notification_action_emphasized_height">48dp</dimen>
230
231    <!-- Size of the stroke with for the emphasized notification button style -->
232    <dimen name="emphasized_button_stroke_width">1dp</dimen>
233
234    <!-- height of the content margin to accomodate for the header -->
235    <dimen name="notification_content_margin_top">46dp</dimen>
236
237    <!-- height of the content margin that is applied at the end of the notification content -->
238    <dimen name="notification_content_margin">20dp</dimen>
239
240    <!-- The height of the progress bar. -->
241    <dimen name="notification_progress_bar_height">15dp</dimen>
242
243    <!-- The top margin before the notification progress bar. -->
244    <dimen name="notification_progress_margin_top">8dp</dimen>
245
246    <!-- height of the notification header (for icon and package name) -->
247    <dimen name="notification_header_height">50dp</dimen>
248
249    <!-- The height of the background for a notification header on a group -->
250    <dimen name="notification_header_background_height">49.5dp</dimen>
251
252    <!-- The top padding for the notification header -->
253    <dimen name="notification_header_padding_top">16dp</dimen>
254
255    <!-- The bottom padding for the notification header -->
256    <dimen name="notification_header_padding_bottom">16dp</dimen>
257
258    <!-- The margin at the bottom of the notification header. -->
259    <dimen name="notification_header_margin_bottom">0dp</dimen>
260
261    <!-- The end margin after the application icon in the notification header -->
262    <dimen name="notification_header_icon_margin_end">3dp</dimen>
263
264    <!-- size (width and height) of the icon in the notification header -->
265    <dimen name="notification_header_icon_size">18dp</dimen>
266
267    <!-- size (width and height) of the icon in the notification header -->
268    <dimen name="notification_header_icon_size_ambient">18dp</dimen>
269
270    <!-- The margin before the start of the app name in the header. -->
271    <dimen name="notification_header_app_name_margin_start">3dp</dimen>
272
273    <!-- The margin before and after each of the items in the notification header. -->
274    <dimen name="notification_header_separating_margin">2dp</dimen>
275
276    <!-- The margin before and after each of the items in the conversation header. -->
277    <dimen name="notification_conversation_header_separating_margin">4dp</dimen>
278
279    <!-- The absolute size of the notification expand icon. -2 for wrap_content. -->
280    <dimen name="notification_header_expand_icon_size">-2px</dimen>
281
282    <!-- The top padding for the notification expand button. -->
283    <dimen name="notification_expand_button_padding_top">1dp</dimen>
284
285    <!-- Height of a small notification in the status bar -->
286    <dimen name="notification_min_height">106dp</dimen>
287
288    <!-- The width of the big icons in notifications. -->
289    <dimen name="notification_large_icon_width">64dp</dimen>
290
291    <!-- The width of the big icons in notifications. -->
292    <dimen name="notification_large_icon_height">64dp</dimen>
293
294    <!-- The minimum width of the app name in the header if it shrinks -->
295    <dimen name="notification_header_shrink_min_width">72dp</dimen>
296
297    <!-- The minimum height of the content if there are at least two lines or a picture-->
298    <dimen name="notification_min_content_height">39dp</dimen>
299
300    <!-- The size of the media actions in the media notification. -->
301    <dimen name="media_notification_action_button_size">48dp</dimen>
302
303    <!-- The bottom padding for the media actions container. -->
304    <dimen name="media_notification_actions_padding_bottom">12dp</dimen>
305
306    <!-- The maximum size of the image in the expanded media notification -->
307    <dimen name="media_notification_expanded_image_max_size">94dp</dimen>
308
309    <!-- The maximum size of the image in the expanded media notification -->
310    <dimen name="media_notification_expanded_image_margin_bottom">20dp</dimen>
311
312    <!-- The absolute height for the header in a media notification. -->
313    <dimen name="media_notification_header_height">@dimen/notification_header_height</dimen>
314
315    <!-- The margin of the content to an image-->
316    <dimen name="notification_content_image_margin_end">8dp</dimen>
317
318    <!-- The padding at the end of actions when the bubble button is visible-->
319    <dimen name="bubble_visible_padding_end">3dp</dimen>
320
321    <!-- The padding at the end of actions when the bubble button is gone-->
322    <dimen name="bubble_gone_padding_end">12dp</dimen>
323
324    <!-- The spacing between messages in Notification.MessagingStyle -->
325    <dimen name="notification_messaging_spacing">6dp</dimen>
326
327    <!-- The rounding for messaging images -->
328    <dimen name="messaging_image_rounding">4dp</dimen>
329
330    <!-- The minimum size for any image in messaging style in order to be displayed -->
331    <dimen name="messaging_image_min_size">44dp</dimen>
332
333    <!-- The maximum size for any image in messaging style in order to be displayed -->
334    <dimen name="messaging_image_max_height">136dp</dimen>
335
336    <!-- Extra spacing before and after images in messaging style -->
337    <dimen name="messaging_image_extra_spacing">8dp</dimen>
338
339    <!-- Preferred width and height of the search view. -->
340    <dimen name="search_view_preferred_width">320dip</dimen>
341    <dimen name="search_view_preferred_height">48dip</dimen>
342
343    <!-- Dialog padding for round display -->
344    <dimen name="alert_dialog_round_padding">27dip</dimen>
345    <!-- Dialog title height -->
346    <dimen name="alert_dialog_title_height">64dip</dimen>
347    <!-- Dialog button bar width -->
348    <dimen name="alert_dialog_button_bar_width">64dp</dimen>
349    <!-- Dialog button bar height -->
350    <dimen name="alert_dialog_button_bar_height">48dip</dimen>
351    <!-- Leanback dialog vertical margin -->
352    <dimen name="leanback_alert_dialog_vertical_margin">27dip</dimen>
353    <!-- Leanback dialog horizontal margin -->
354    <dimen name="leanback_alert_dialog_horizontal_margin">54dip</dimen>
355
356    <!-- Default height of an action bar. -->
357    <dimen name="action_bar_default_height">48dip</dimen>
358    <!-- Vertical padding around action bar icons. -->
359    <dimen name="action_bar_icon_vertical_padding">8dip</dimen>
360    <!-- Text size for action bar titles -->
361    <dimen name="action_bar_title_text_size">18dp</dimen>
362    <!-- Text size for action bar subtitles -->
363    <dimen name="action_bar_subtitle_text_size">14dp</dimen>
364    <!-- Top margin for action bar subtitles -->
365    <dimen name="action_bar_subtitle_top_margin">-3dp</dimen>
366    <!-- Bottom margin for action bar subtitles -->
367    <dimen name="action_bar_subtitle_bottom_margin">5dip</dimen>
368
369    <!-- Size of clock font in LockScreen on Unsecure unlock screen. -->
370    <dimen name="keyguard_lockscreen_clock_font_size">80dip</dimen>
371
372    <!-- Size of status line font on Unsecure unlock LockScreen. -->
373    <dimen name="keyguard_lockscreen_status_line_font_size">14dip</dimen>
374
375    <!-- Size of right margin on Unsecure unlock LockScreen -->
376    <dimen name="keyguard_lockscreen_status_line_font_right_margin">42dip</dimen>
377
378    <!-- Size of top margin on Clock font to edge on unlock LockScreen -->
379    <dimen name="keyguard_lockscreen_status_line_clockfont_top_margin">22dip</dimen>
380
381    <!-- Size of top margin on Clock font to edge on unlock LockScreen -->
382    <dimen name="keyguard_lockscreen_status_line_clockfont_bottom_margin">12dip</dimen>
383
384    <!-- Padding on left margin of PIN text entry field to center it when del button is showing -->
385    <dimen name="keyguard_lockscreen_pin_margin_left">40dip</dimen>
386
387    <!-- Height of FaceUnlock view in keyguard -->
388    <dimen name="face_unlock_height">330dip</dimen>
389
390    <!-- Minimum popup width for selecting an activity in ActivityChooserDialog/ActivityChooserView. -->
391    <dimen name="activity_chooser_popup_min_width">200dip</dimen>
392
393    <!-- The default gap between components in a layout. -->
394    <dimen name="default_gap">8dip</dimen>
395
396    <!-- Text padding for dropdown items -->
397    <dimen name="dropdownitem_text_padding_left">8dip</dimen>
398
399    <!-- Text padding for dropdown items -->
400    <dimen name="dropdownitem_text_padding_right">8dip</dimen>
401
402    <!-- Width of the icon in a dropdown list -->
403    <dimen name="dropdownitem_icon_width">32dip</dimen>
404
405    <!-- Default width for a textview error popup -->
406    <dimen name="textview_error_popup_default_width">240dip</dimen>
407
408    <!-- Default padding to apply to AppWidgetHostViews containing widgets targeting API level 14 and up. -->
409    <dimen name="default_app_widget_padding_left">8dp</dimen>
410    <dimen name="default_app_widget_padding_top">8dp</dimen>
411    <dimen name="default_app_widget_padding_right">8dp</dimen>
412    <dimen name="default_app_widget_padding_bottom">8dp</dimen>
413
414    <!-- Minimum width for an action button in the menu area of an action bar -->
415    <dimen name="action_button_min_width">56dip</dimen>
416
417    <!-- Maximum height for a stacked tab bar as part of an action bar -->
418    <dimen name="action_bar_stacked_max_height">48dp</dimen>
419
420    <!-- Maximum width for a stacked action bar tab. This prevents
421         action bar tabs from becoming too wide on a wide screen when only
422         a few are present. -->
423    <dimen name="action_bar_stacked_tab_max_width">180dp</dimen>
424
425    <!-- Size of notification text (see TextAppearance.StatusBar.EventContent) -->
426    <dimen name="notification_text_size">14sp</dimen>
427    <!-- Size of notification text titles (see TextAppearance.StatusBar.EventContent.Title) -->
428    <dimen name="notification_title_text_size">14sp</dimen>
429    <!-- Size of smaller notification text (see TextAppearance.StatusBar.EventContent.Line2, Info, Time) -->
430    <dimen name="notification_subtext_size">12sp</dimen>
431    <!-- Top padding for notifications in the standard layout. -->
432    <dimen name="notification_top_pad">10dp</dimen>
433
434    <!-- Top padding for notifications when narrow (i.e. it has 3 lines) -->
435    <dimen name="notification_top_pad_narrow">4dp</dimen>
436
437    <!-- Top padding for notification when text is large -->
438    <dimen name="notification_top_pad_large_text">5dp</dimen>
439
440    <!-- Top padding for notification when text is large and narrow (i.e. it has 3 lines -->
441    <dimen name="notification_top_pad_large_text_narrow">-4dp</dimen>
442
443    <!-- Padding for notification icon when drawn with circle around it -->
444    <dimen name="notification_large_icon_circle_padding">11dp</dimen>
445
446    <!-- The margin on top of the text of the notification -->
447    <dimen name="notification_text_margin_top">0.5dp</dimen>
448
449    <!-- The padding on top of inbox style elements -->
450    <dimen name="notification_inbox_item_top_padding">5dp</dimen>
451
452    <!-- Size of the profile badge for notifications -->
453    <dimen name="notification_badge_size">12dp</dimen>
454
455    <!-- Size of the alerted icon for notifications -->
456    <dimen name="notification_alerted_size">12dp</dimen>
457
458    <!-- Keyguard dimensions -->
459    <!-- TEMP -->
460    <dimen name="kg_security_panel_height">600dp</dimen>
461
462    <!-- Height of security view in keyguard. -->
463    <dimen name="kg_security_view_height">480dp</dimen>
464
465    <!-- Width of widget view in keyguard. -->
466    <dimen name="kg_widget_view_width">0dp</dimen>
467
468    <!-- Height of widget view in keyguard. -->
469    <dimen name="kg_widget_view_height">0dp</dimen>
470
471    <!-- Size of the clock font in keyguard's status view -->
472    <dimen name="kg_status_clock_font_size">75dp</dimen>
473
474    <!-- Size of the date font in keyguard's status view  -->
475    <dimen name="kg_status_date_font_size">15dp</dimen>
476
477    <!-- Size of the generic status lines keyguard's status view  -->
478    <dimen name="kg_status_line_font_size">13dp</dimen>
479
480    <!-- Size of margin on the right of keyguard's status view -->
481    <dimen name="kg_status_line_font_right_margin">16dp</dimen>
482
483    <!-- Top margin for the clock view -->
484    <dimen name="kg_clock_top_margin">-16dp</dimen>
485
486    <!-- Horizontal gap between keys in PIN and SIM PIN numeric keyboards in keyguard -->
487    <dimen name="kg_key_horizontal_gap">0dp</dimen>
488
489    <!-- Horizontal gap between keys in PIN and SIM PIN numeric keyboards in keyguard -->
490    <dimen name="kg_key_vertical_gap">0dp</dimen>
491
492    <!-- Horizontal gap between keys in PIN and SIM PIN numeric keyboards in keyguard -->
493    <dimen name="kg_pin_key_height">60dp</dimen>
494
495    <!-- Space reserved at the bottom of secure views (pin/pattern/password/SIM pin/SIM puk) -->
496    <dimen name="kg_secure_padding_height">46dp</dimen>
497
498    <!-- The height of the runway lights strip -->
499    <dimen name="kg_runway_lights_height">7dp</dimen>
500
501    <!-- The height of the runway lights strip -->
502    <dimen name="kg_runway_lights_vertical_padding">2dp</dimen>
503
504    <!-- Horizontal padding for the widget pager -->
505    <dimen name="kg_widget_pager_horizontal_padding">16dp</dimen>
506
507    <!-- Top padding for the widget pager -->
508    <dimen name="kg_widget_pager_top_padding">0dp</dimen>
509
510    <!-- Bottom padding for the widget pager -->
511    <dimen name="kg_widget_pager_bottom_padding">64dp</dimen>
512
513    <!-- Top margin for the runway lights. We add a negative margin in large
514        devices to account for the widget pager padding -->
515    <dimen name="kg_runway_lights_top_margin">0dp</dimen>
516
517    <!-- Touch slop for the global toggle accessibility gesture -->
518    <dimen name="accessibility_touch_slop">80dip</dimen>
519
520    <!-- Width of the outline stroke used by the accessibility screen magnification indicator -->
521    <dimen name="accessibility_magnification_indicator_width">4dip</dimen>
522
523    <!-- Margin around the various security views -->
524    <dimen name="keyguard_muliuser_selector_margin">8dp</dimen>
525
526    <!-- Stroke width of the frame for the circular avatars. -->
527    <dimen name="keyguard_avatar_frame_stroke_width">2dp</dimen>
528
529    <!-- Shadow radius under the frame for the circular avatars. -->
530    <dimen name="keyguard_avatar_frame_shadow_radius">1dp</dimen>
531
532    <!-- Size of the avator on hte multiuser lockscreen. -->
533    <dimen name="keyguard_avatar_size">66dp</dimen>
534
535    <!-- Size of the text under the avator on the multiuser lockscreen. -->
536    <dimen name="keyguard_avatar_name_size">10sp</dimen>
537
538    <!-- Size of the region along the edge of the screen that will accept
539         swipes to scroll the widget area. -->
540    <dimen name="kg_edge_swipe_region_size">24dp</dimen>
541
542    <!-- If the height if keyguard drops below this threshold (most likely
543    due to the appearance of the IME), then drop the multiuser selector. -->
544    <dimen name="kg_squashed_layout_threshold">600dp</dimen>
545
546    <!-- The height of widgets which do not support vertical resizing. This is only
547    used on tablets; on phones, this size is determined by the space left by the
548    security mode. -->
549    <dimen name="kg_small_widget_height">160dp</dimen>
550
551    <!-- Rounded corner radius for video subtitles. -->
552    <dimen name="subtitle_corner_radius">2dp</dimen>
553
554    <!-- Shadow radius for video subtitles. -->
555    <dimen name="subtitle_shadow_radius">2dp</dimen>
556
557    <!-- Shadow offset for video subtitles. -->
558    <dimen name="subtitle_shadow_offset">2dp</dimen>
559
560    <!-- Outline width for video subtitles. -->
561    <dimen name="subtitle_outline_width">2dp</dimen>
562
563    <!-- Minimum size of the fast scroller thumb's touch target. -->
564    <dimen name="fast_scroller_minimum_touch_target">48dp</dimen>
565
566    <!-- width of ImmersiveModeConfirmation (-1 for match_parent) -->
567    <dimen name="immersive_mode_cling_width">-1px</dimen>
568
569    <dimen name="resolver_max_width">480dp</dimen>
570
571    <!-- Tile Stroke width -->
572    <dimen name="config_qsTileStrokeWidthActive">-1dp</dimen>
573    <dimen name="config_qsTileStrokeWidthInactive">-1dp</dimen>
574
575    <!-- Amount to reduce the size of the circular mask by (to compensate for
576         aliasing effects). This is only used on circular displays. -->
577    <dimen name="circular_display_mask_thickness">1px</dimen>
578
579    <dimen name="lock_pattern_dot_line_width">3dp</dimen>
580    <dimen name="lock_pattern_dot_size">12dp</dimen>
581    <dimen name="lock_pattern_dot_size_activated">28dp</dimen>
582
583    <dimen name="text_handle_min_size">40dp</dimen>
584
585    <!-- Lighting and shadow properties -->
586    <dimen name="light_y">0dp</dimen>
587    <dimen name="light_z">600dp</dimen>
588    <dimen name="light_radius">800dp</dimen>
589    <item type="dimen" format="float" name="ambient_shadow_alpha">0.039</item>
590    <item type="dimen" format="float" name="spot_shadow_alpha">0.19</item>
591
592    <!-- Floating toolbar dimensions -->
593    <dimen name="floating_toolbar_height">48dp</dimen>
594    <dimen name="floating_toolbar_menu_image_width">24dp</dimen>
595    <dimen name="floating_toolbar_menu_image_button_width">56dp</dimen>
596    <dimen name="floating_toolbar_menu_image_button_vertical_padding">12dp</dimen>
597    <dimen name="floating_toolbar_menu_button_side_padding">11dp</dimen>
598    <dimen name="floating_toolbar_overflow_image_button_width">60dp</dimen>
599    <dimen name="floating_toolbar_overflow_side_padding">18dp</dimen>
600    <dimen name="floating_toolbar_text_size">14sp</dimen>
601    <dimen name="floating_toolbar_menu_button_minimum_width">48dp</dimen>
602    <dimen name="floating_toolbar_preferred_width">400dp</dimen>
603    <dimen name="floating_toolbar_minimum_overflow_height">96dp</dimen>
604    <dimen name="floating_toolbar_maximum_overflow_height">192dp</dimen>
605    <dimen name="floating_toolbar_horizontal_margin">16dp</dimen>
606    <dimen name="floating_toolbar_vertical_margin">8dp</dimen>
607    <dimen name="content_rect_bottom_clip_allowance">20dp</dimen>
608    <dimen name="floating_toolbar_icon_text_spacing">8dp</dimen>
609
610    <!-- Magnifier dimensions -->
611    <dimen name="default_magnifier_width">100dp</dimen>
612    <dimen name="default_magnifier_height">48dp</dimen>
613    <dimen name="default_magnifier_elevation">4dp</dimen>
614    <dimen name="default_magnifier_corner_radius">2dp</dimen>
615    <dimen name="default_magnifier_vertical_offset">-42dp</dimen>
616    <dimen name="default_magnifier_horizontal_offset">0dp</dimen>
617    <item type="dimen" format="float" name="default_magnifier_zoom">1.25</item>
618
619    <!-- Spacing around the background change frome service to non-service -->
620    <dimen name="chooser_service_spacing">8dp</dimen>
621
622    <item type="dimen" name="aerr_padding_list_top">15dp</item>
623    <item type="dimen" name="aerr_padding_list_bottom">8dp</item>
624
625    <item type="fraction" name="docked_stack_divider_fixed_ratio">34.15%</item>
626
627    <dimen name="resize_shadow_size">5dp</dimen>
628
629    <!-- The default minimal size of a resizable task, in both dimensions. -->
630    <dimen name="default_minimal_size_resizable_task">220dp</dimen>
631
632    <!-- The default minimal size of a PiP task, in both dimensions. -->
633    <dimen name="default_minimal_size_pip_resizable_task">108dp</dimen>
634
635    <!-- Height of a task when in minimized mode from the top when launcher is resizable. -->
636    <dimen name="task_height_of_minimized_mode">80dp</dimen>
637
638    <!-- Minimum "smallest width" of the display for cascading menus to be enabled. -->
639    <dimen name="cascading_menus_min_smallest_width">720dp</dimen>
640
641    <!-- Tooltip dimensions. -->
642    <!-- Vertical offset from the edge of the anchor view for a touch-triggered tooltip. -->
643    <dimen name="tooltip_y_offset_touch">16dp</dimen>
644    <!-- Vertical offset from the edge of the anchor view for a non-touch-triggered tooltip. -->
645    <dimen name="tooltip_y_offset_non_touch">0dp</dimen>
646    <!-- The tooltip does not get closer than this to the window edge -->
647    <dimen name="tooltip_margin">8dp</dimen>
648    <!-- Left/right padding of the tooltip text. -->
649    <dimen name="tooltip_horizontal_padding">16dp</dimen>
650    <!-- Top/bottom padding of the tooltip text. -->
651    <dimen name="tooltip_vertical_padding">6.5dp</dimen>
652    <!-- Border corner radius of the tooltip window. -->
653    <dimen name="tooltip_corner_radius">2dp</dimen>
654    <!-- View with the height equal or above this threshold will have a tooltip anchored
655    to the mouse/touch position -->
656    <dimen name="tooltip_precise_anchor_threshold">96dp</dimen>
657    <!-- Extra tooltip offset used when anchoring to the mouse/touch position -->
658    <dimen name="tooltip_precise_anchor_extra_offset">8dp</dimen>
659
660    <!-- The max amount of scroll ItemTouchHelper will trigger if dragged view is out of
661         RecyclerView's bounds.-->
662    <dimen name="item_touch_helper_max_drag_scroll_per_frame">20dp</dimen>
663    <dimen name="item_touch_helper_swipe_escape_velocity">120dp</dimen>
664    <dimen name="item_touch_helper_swipe_escape_max_velocity">800dp</dimen>
665
666    <!-- The maximum height of any image in a remote view. This is applied to all images in custom remoteviews. This value is determined by the maximum notification height -->
667    <dimen name="notification_custom_view_max_image_height">284dp</dimen>
668    <!-- The maximum height of any image in a remote view. This is applied to all images in custom remoteviews. This value is determined a maximum notification width -->
669    <dimen name="notification_custom_view_max_image_width">450dp</dimen>
670    <!-- The maximum height of a big picture in a notification. The images will be reduced to that height in case they are bigger. This value is determined by the maximum notification height -->
671    <dimen name="notification_big_picture_max_height">284dp</dimen>
672    <!-- The maximum width of a big picture in a notification. The images will be reduced to that width in case they are bigger. This value is determined by the standard panel size -->
673    <dimen name="notification_big_picture_max_width">416dp</dimen>
674    <!-- The maximum height of a image in a media notification. The images will be reduced to that height in case they are bigger. This value is determined by the expanded media template-->
675    <dimen name="notification_media_image_max_height">140dp</dimen>
676    <!-- The maximum width of a image in a media notification. The images will be reduced to that width in case they are bigger.-->
677    <dimen name="notification_media_image_max_width">280dp</dimen>
678    <!-- The size of the right icon -->
679    <dimen name="notification_right_icon_size">36dp</dimen>
680    <!-- The alpha of a disabled notification button -->
681    <item type="dimen" format="float" name="notification_action_disabled_alpha">0.5</item>
682
683    <!-- The maximum height of any image in a remote view. This is applied to all images in custom remoteviews. -->
684    <dimen name="notification_custom_view_max_image_height_low_ram">208dp</dimen>
685    <!-- The maximum height of any image in a remote view. This is applied to all images in custom remoteviews. -->
686    <dimen name="notification_custom_view_max_image_width_low_ram">294dp</dimen>
687    <!-- The maximum height of a big picture in a notification. The images will be reduced to that height in case they are bigger. -->
688    <dimen name="notification_big_picture_max_height_low_ram">208dp</dimen>
689    <!-- The maximum width of a big picture in a notification. The images will be reduced to that width in case they are bigger. -->
690    <dimen name="notification_big_picture_max_width_low_ram">294dp</dimen>
691    <!-- The maximum height of a image in a media notification. The images will be reduced to that height in case they are bigger. -->
692    <dimen name="notification_media_image_max_height_low_ram">100dp</dimen>
693    <!-- The maximum width of a image in a media notification. The images will be reduced to that width in case they are bigger.-->
694    <dimen name="notification_media_image_max_width_low_ram">100dp</dimen>
695    <!-- The size of the right icon image when on low ram -->
696    <dimen name="notification_right_icon_size_low_ram">@dimen/notification_right_icon_size</dimen>
697
698    <dimen name="messaging_avatar_size">@dimen/notification_right_icon_size</dimen>
699    <dimen name="conversation_avatar_size">52dp</dimen>
700    <!-- Start of the content in the conversation template -->
701    <dimen name="conversation_content_start">80dp</dimen>
702    <!-- Size of the expand button in the conversation layout -->
703    <dimen name="conversation_expand_button_size">80dp</dimen>
704    <!-- Top margin of the expand button for conversations when expanded -->
705    <dimen name="conversation_expand_button_top_margin_expanded">18dp</dimen>
706    <!-- Side margins of the conversation badge in relation to the conversation icon -->
707    <dimen name="conversation_badge_side_margin">36dp</dimen>
708    <!-- size of the notification badge when applied to the conversation icon -->
709    <dimen name="conversation_icon_size_badged">20dp</dimen>
710    <!-- size of the conversation avatar in an expanded group -->
711    <dimen name="conversation_avatar_size_group_expanded">@dimen/messaging_avatar_size</dimen>
712    <!-- size of the face pile icons -->
713    <dimen name="conversation_face_pile_avatar_size">@dimen/messaging_avatar_size</dimen>
714    <!-- size of the face pile icons when the group is expanded -->
715    <dimen name="conversation_face_pile_avatar_size_group_expanded">25dp</dimen>
716    <!-- Side margins of the conversation badge in relation to the conversation icon when the group is expanded-->
717    <dimen name="conversation_badge_side_margin_group_expanded">22dp</dimen>
718    <!-- Side margins of the conversation badge in relation to the conversation icon when the group is expanded-->
719    <dimen name="conversation_badge_side_margin_group_expanded_face_pile">18dp</dimen>
720    <!-- The width of the protection of the face pile layout-->
721    <dimen name="conversation_face_pile_protection_width">2dp</dimen>
722    <!-- The width of the protection of the face pile layout when expanded-->
723    <dimen name="conversation_face_pile_protection_width_expanded">1dp</dimen>
724    <!-- The padding of the expanded message container-->
725    <dimen name="expanded_group_conversation_message_padding">17dp</dimen>
726    <!-- The stroke width of the ring used to visually mark a conversation as important -->
727    <dimen name="importance_ring_stroke_width">2dp</dimen>
728    <!-- The maximum stroke width used for the animation shown when a conversation is marked as important -->
729    <dimen name="importance_ring_anim_max_stroke_width">10dp</dimen>
730    <!-- The size of the importance ring -->
731    <dimen name="importance_ring_size">20dp</dimen>
732
733    <!-- The top padding of the conversation icon container in the regular state-->
734    <dimen name="conversation_icon_container_top_padding">12dp</dimen>
735
736    <!-- The top padding of the conversation icon container when the avatar is small-->
737    <dimen name="conversation_icon_container_top_padding_small_avatar">9dp</dimen>
738
739    <!-- The padding of the conversation header when expanded. This is calculated from the expand button size + notification_content_margin_end -->
740    <dimen name="conversation_header_expanded_padding_end">38dp</dimen>
741
742    <!-- margin at the end of messaging group icons when not conversations -->
743    <dimen name="messaging_layout_margin_end">12dp</dimen>
744
745    <!-- Padding between text and sender when singleline -->
746    <dimen name="messaging_group_singleline_sender_padding_end">4dp</dimen>
747
748    <dimen name="messaging_group_sending_progress_size">24dp</dimen>
749
750    <!-- Max width/height of the autofill data set picker as a fraction of the screen width/height -->
751    <dimen name="autofill_dataset_picker_max_width">90%</dimen>
752    <dimen name="autofill_dataset_picker_max_height">90%</dimen>
753
754    <!-- Autofill save dialog padding -->
755    <dimen name="autofill_save_outer_top_margin">32dp</dimen>
756    <dimen name="autofill_save_outer_top_padding">16dp</dimen>
757    <dimen name="autofill_elevation">32dp</dimen>
758    <dimen name="autofill_save_inner_padding">16dp</dimen>
759    <dimen name="autofill_save_icon_size">24dp</dimen>
760    <dimen name="autofill_save_title_start_padding">8dp</dimen>
761    <dimen name="autofill_save_scroll_view_top_margin">4dp</dimen>
762    <dimen name="autofill_save_button_bar_padding">16dp</dimen>
763
764    <!-- Max height of the the autofill save custom subtitle as a fraction of the screen width/height -->
765    <dimen name="autofill_save_custom_subtitle_max_height">20%</dimen>
766
767    <!-- Max (absolute) dimensions (both width and height) of autofill service icon on autofill save affordance.
768      NOTE: the actual displayed size might is actually smaller than this and is hardcoded in the
769      autofill_save.xml layout; this dimension is just used to avoid a crash in the UI (if the icon provided
770      by the autofill service metadata is bigger than these dimentionsit will not be displayed).
771    -->
772    <dimen name="autofill_save_icon_max_size">300dp</dimen>
773
774    <!-- Maximum number of datasets that are visible in the UX picker without scrolling -->
775    <integer name="autofill_max_visible_datasets">3</integer>
776
777    <!-- Size of a slice shortcut view -->
778    <dimen name="slice_shortcut_size">56dp</dimen>
779    <!-- Size of action icons in a slice -->
780    <dimen name="slice_icon_size">24dp</dimen>
781    <!-- Standard padding used in a slice view -->
782    <dimen name="slice_padding">16dp</dimen>
783
784    <!-- Default dialog corner radius -->
785    <dimen name="dialog_corner_radius">2dp</dimen>
786
787    <!-- Size of thumbnail used in the cross profile apps animation -->
788    <dimen name="cross_profile_apps_thumbnail_size">72dp</dimen>
789
790    <!-- Padding between the title and content in the harmful app dialog -->
791    <dimen name="harmful_app_padding_top">10dp</dimen>
792    <!-- Bottom padding for the "app name" section of the harmful app dialog -->
793    <dimen name="harmful_app_name_padding_bottom">20dp</dimen>
794    <!-- Left padding for the "app name" section of the harmful app dialog -->
795    <dimen name="harmful_app_name_padding_left">24dp</dimen>
796    <!-- Right padding for the "app name" section of the harmful app dialog -->
797    <dimen name="harmful_app_name_padding_right">24dp</dimen>
798    <!-- Top padding for the "app name" section of the harmful app dialog -->
799    <dimen name="harmful_app_name_padding_top">8dp</dimen>
800    <!-- Padding between the icon and app name in the harmful app dialog -->
801    <dimen name="harmful_app_icon_name_padding">20dp</dimen>
802    <!-- The size of the icon on the harmful app dialog -->
803    <dimen name="harmful_app_icon_size">44dp</dimen>
804    <!-- Left padding for the message section of the harmful app dialog -->
805    <dimen name="harmful_app_message_padding_left">24dp</dimen>
806    <!-- Right padding for the message section of the harmful app dialog -->
807    <dimen name="harmful_app_message_padding_right">24dp</dimen>
808    <!-- Bottom padding for the message section of the harmful app dialog -->
809    <dimen name="harmful_app_message_padding_bottom">24dp</dimen>
810    <!-- Line spacing modifier for the message field of the harmful app dialog -->
811    <item name="harmful_app_message_line_spacing_modifier" type="dimen">1.22</item>
812
813    <dimen name="seekbar_thumb_exclusion_max_size">48dp</dimen>
814
815    <!-- chooser/resolver (sharesheet) spacing -->
816    <dimen name="chooser_corner_radius">8dp</dimen>
817    <dimen name="chooser_row_text_option_translate">25dp</dimen>
818    <dimen name="chooser_view_spacing">18dp</dimen>
819    <dimen name="chooser_edge_margin_thin">16dp</dimen>
820    <dimen name="chooser_edge_margin_normal">24dp</dimen>
821    <dimen name="chooser_preview_image_font_size">20sp</dimen>
822    <dimen name="chooser_preview_image_border">1dp</dimen>
823    <dimen name="chooser_preview_image_max_dimen">200dp</dimen>
824    <dimen name="chooser_preview_width">-1px</dimen>
825    <dimen name="chooser_header_scroll_elevation">4dp</dimen>
826    <dimen name="chooser_max_collapsed_height">288dp</dimen>
827    <dimen name="chooser_direct_share_label_placeholder_max_width">72dp</dimen>
828    <dimen name="chooser_icon_size">56dp</dimen>
829    <dimen name="chooser_badge_size">22dp</dimen>
830    <dimen name="resolver_icon_size">32dp</dimen>
831    <dimen name="resolver_button_bar_spacing">0dp</dimen>
832    <dimen name="resolver_badge_size">18dp</dimen>
833    <dimen name="resolver_icon_margin">16dp</dimen>
834    <dimen name="resolver_small_margin">18dp</dimen>
835    <dimen name="resolver_edge_margin">24dp</dimen>
836    <dimen name="resolver_elevation">1dp</dimen>
837    <dimen name="resolver_empty_state_height">212dp</dimen>
838    <dimen name="resolver_empty_state_height_with_tabs">268dp</dimen>
839    <dimen name="resolver_max_collapsed_height">192dp</dimen>
840    <dimen name="resolver_max_collapsed_height_with_tabs">268dp</dimen>
841    <dimen name="resolver_max_collapsed_height_with_default">144dp</dimen>
842    <dimen name="resolver_max_collapsed_height_with_default_with_tabs">300dp</dimen>
843    <dimen name="resolver_tab_text_size">14sp</dimen>
844    <dimen name="resolver_title_padding_bottom">0dp</dimen>
845    <dimen name="resolver_empty_state_container_padding_top">8dp</dimen>
846    <dimen name="resolver_empty_state_container_padding_bottom">8dp</dimen>
847
848    <dimen name="chooser_action_button_icon_size">18dp</dimen>
849
850    <!-- For Waterfall Display -->
851    <dimen name="waterfall_display_left_edge_size">0px</dimen>
852    <dimen name="waterfall_display_top_edge_size">0px</dimen>
853    <dimen name="waterfall_display_right_edge_size">0px</dimen>
854    <dimen name="waterfall_display_bottom_edge_size">0px</dimen>
855</resources>
856