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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 466 <dimen name="list_item_lateral_padding">1dp</dimen> | 466 <dimen name="list_item_lateral_padding">1dp</dimen> |
| 467 <dimen name="list_item_default_margin">16dp</dimen> | 467 <dimen name="list_item_default_margin">16dp</dimen> |
| 468 <dimen name="signin_and_sync_view_padding">16dp</dimen> | 468 <dimen name="signin_and_sync_view_padding">16dp</dimen> |
| 469 <dimen name="sad_tab_bullet_gap">12dp</dimen> | 469 <dimen name="sad_tab_bullet_gap">12dp</dimen> |
| 470 <dimen name="sad_tab_bullet_leading_offset">1dp</dimen> | 470 <dimen name="sad_tab_bullet_leading_offset">1dp</dimen> |
| 471 | 471 |
| 472 <!-- Context Menu Dimensions --> | 472 <!-- Context Menu Dimensions --> |
| 473 <dimen name="context_menu_header_image_min_size">56dp</dimen> | 473 <dimen name="context_menu_header_image_min_size">56dp</dimen> |
| 474 <dimen name="context_menu_header_image_max_size">56dp</dimen> | 474 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 475 <dimen name="context_menu_max_width">500dp</dimen> | 475 <dimen name="context_menu_max_width">500dp</dimen> |
| 476 <dimen name="context_menu_min_vertical_padding">20dp</dimen> | |
| 477 <dimen name="context_menu_min_side_padding">20dp</dimen> | |
|
gone
2017/06/26 21:17:29
might as well just call this context_menu_min_padd
Daniel Park
2017/06/26 21:51:22
Done.
| |
| 476 | 478 |
| 477 <!-- Divider Dimensions --> | 479 <!-- Divider Dimensions --> |
| 478 <dimen name="divider_height">1dp</dimen> | 480 <dimen name="divider_height">1dp</dimen> |
| 479 | 481 |
| 480 <!-- Search widget dimensions --> | 482 <!-- Search widget dimensions --> |
| 481 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> | 483 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> |
| 482 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> | 484 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> |
| 483 </resources> | 485 </resources> |
| OLD | NEW |