Chromium Code Reviews| 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 icon and tooltip dimensions --> | |
| 347 <dimen name="psl_info_btn_padding">4dp</dimen> | |
| 348 <dimen name="psl_info_tooltip_text_size">14sp</dimen> | |
| 349 <dimen name="psl_info_tooltip_horizontal_padding">16dp</dimen> | |
| 350 <dimen name="psl_info_tooltip_height">32dp</dimen> | |
| 351 <dimen name="psl_info_tooltip_margin">8dp</dimen> | |
|
jdoerrie
2016/12/13 17:24:48
I would like to avoid specifying this into so much
gone
2016/12/13 23:14:30
Annoyingly, no. We generally get redlines with nu
| |
| 352 | |
| 346 <!-- Clear browsing data preferences dimensions --> | 353 <!-- Clear browsing data preferences dimensions --> |
| 347 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> | 354 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> |
| 348 | 355 |
| 349 <!-- Payments UI | 356 <!-- Payments UI |
| 350 * payments_section_checking_spacing: | 357 * payments_section_checking_spacing: |
| 351 The spec says that the "Checking" text should be 32dp above the botto m of its section. | 358 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 | 359 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. | 360 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover. |
| 354 --> | 361 --> |
| 355 <dimen name="payments_section_vertical_spacing">10dp</dimen> | 362 <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 --> | 392 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. --> | 393 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> |
| 387 | 394 |
| 388 <!-- Downloads dimensions. --> | 395 <!-- Downloads dimensions. --> |
| 389 <dimen name="downloads_item_icon_size">48dp</dimen> | 396 <dimen name="downloads_item_icon_size">48dp</dimen> |
| 390 | 397 |
| 391 <!-- Miscellaneous dimensions --> | 398 <!-- Miscellaneous dimensions --> |
| 392 <dimen name="action_bar_shadow_height">10dp</dimen> | 399 <dimen name="action_bar_shadow_height">10dp</dimen> |
| 393 <dimen name="selectable_list_layout_end_icon">24dp</dimen> | 400 <dimen name="selectable_list_layout_end_icon">24dp</dimen> |
| 394 </resources> | 401 </resources> |
| OLD | NEW |