OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
5 | 5 |
6 <resources> | 6 <resources> |
7 <!-- Connection info popup dimensions --> | 7 <!-- Connection info popup dimensions --> |
8 <dimen name="connection_info_padding_wide">24dp</dimen> | 8 <dimen name="connection_info_padding_wide">24dp</dimen> |
9 <dimen name="connection_info_padding_thin">16dp</dimen> | 9 <dimen name="connection_info_padding_thin">16dp</dimen> |
10 | 10 |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 <dimen name="custom_tabs_screenshot_width">190dp</dimen> | 332 <dimen name="custom_tabs_screenshot_width">190dp</dimen> |
333 | 333 |
334 <!-- Favicon dimensions --> | 334 <!-- Favicon dimensions --> |
335 <dimen name="default_favicon_size">16dp</dimen> | 335 <dimen name="default_favicon_size">16dp</dimen> |
336 <dimen name="default_favicon_corner_radius">3dp</dimen> | 336 <dimen name="default_favicon_corner_radius">3dp</dimen> |
337 <dimen name="default_favicon_icon_text_size">10dp</dimen> | 337 <dimen name="default_favicon_icon_text_size">10dp</dimen> |
338 <dimen name="default_favicon_min_size">16px</dimen> | 338 <dimen name="default_favicon_min_size">16px</dimen> |
339 | 339 |
340 <!-- Account chooser dialog dimensions --> | 340 <!-- Account chooser dialog dimensions --> |
341 <dimen name="account_chooser_dialog_margin">24dp</dimen> | 341 <dimen name="account_chooser_dialog_margin">24dp</dimen> |
342 <dimen name="account_chooser_dialog_item_margin">20dp</dimen> | 342 <dimen name="account_chooser_dialog_item_margin">24dp</dimen> |
343 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen> | 343 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen> |
344 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen
> | 344 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen
> |
345 | 345 |
| 346 <!-- Public Suffix List (PSL) info button and tooltip dimensions --> |
| 347 <dimen name="psl_info_tooltip_margin">8dp</dimen> |
| 348 |
346 <!-- Clear browsing data preferences dimensions --> | 349 <!-- Clear browsing data preferences dimensions --> |
347 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> | 350 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> |
348 | 351 |
349 <!-- Payments UI | 352 <!-- Payments UI |
350 * payments_section_checking_spacing: | 353 * payments_section_checking_spacing: |
351 The spec says that the "Checking" text should be 32dp above the botto
m of its section. | 354 The spec says that the "Checking" text should be 32dp above the botto
m of its section. |
352 We improvise by using 6dp because sections also have a 10dp padding,
so we end up with | 355 We improvise by using 6dp because sections also have a 10dp padding,
so we end up with |
353 a 16dp bottom margin on the "Checking" text + 10dp section padding +
6dp leftover. | 356 a 16dp bottom margin on the "Checking" text + 10dp section padding +
6dp leftover. |
354 --> | 357 --> |
355 <dimen name="payments_section_vertical_spacing">10dp</dimen> | 358 <dimen name="payments_section_vertical_spacing">10dp</dimen> |
(...skipping 29 matching lines...) Expand all Loading... |
385 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp
le-dialogs --> | 388 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp
le-dialogs --> |
386 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult
iples of this. --> | 389 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult
iples of this. --> |
387 | 390 |
388 <!-- Downloads dimensions. --> | 391 <!-- Downloads dimensions. --> |
389 <dimen name="downloads_item_icon_size">48dp</dimen> | 392 <dimen name="downloads_item_icon_size">48dp</dimen> |
390 | 393 |
391 <!-- Miscellaneous dimensions --> | 394 <!-- Miscellaneous dimensions --> |
392 <dimen name="action_bar_shadow_height">10dp</dimen> | 395 <dimen name="action_bar_shadow_height">10dp</dimen> |
393 <dimen name="selectable_list_layout_end_icon">24dp</dimen> | 396 <dimen name="selectable_list_layout_end_icon">24dp</dimen> |
394 </resources> | 397 </resources> |
OLD | NEW |