| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 <dimen name="payments_section_logo_height">36dp</dimen> | 361 <dimen name="payments_section_logo_height">36dp</dimen> |
| 362 <dimen name="payments_section_logo_width">56dp</dimen> | 362 <dimen name="payments_section_logo_width">56dp</dimen> |
| 363 <dimen name="payments_section_add_button_height">48dp</dimen> | 363 <dimen name="payments_section_add_button_height">48dp</dimen> |
| 364 <dimen name="payments_ui_max_dialog_width">0dp</dimen> | 364 <dimen name="payments_ui_max_dialog_width">0dp</dimen> |
| 365 <dimen name="payments_ui_translation">100dp</dimen> | 365 <dimen name="payments_ui_translation">100dp</dimen> |
| 366 | 366 |
| 367 <!-- Preferences dimensions | 367 <!-- Preferences dimensions |
| 368 pref_autofill_field_horizontal_padding exists because TextInputLayouts
have an internal | 368 pref_autofill_field_horizontal_padding exists because TextInputLayouts
have an internal |
| 369 padding set. | 369 padding set. |
| 370 --> | 370 --> |
| 371 <dimen name="pref_autofill_content_spacing">12dp</dimen> | 371 <dimen name="pref_autofill_content_padding">12dp</dimen> |
| 372 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen> | 372 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen> |
| 373 <dimen name="pref_autofill_field_top_margin">8dp</dimen> | 373 <dimen name="pref_autofill_field_top_padding">10dp</dimen> |
| 374 | 374 |
| 375 <!-- Dialog dimensions. | 375 <!-- Dialog dimensions. |
| 376 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp
le-dialogs --> | 376 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp
le-dialogs --> |
| 377 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult
iples of this. --> | 377 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult
iples of this. --> |
| 378 </resources> | 378 </resources> |
| OLD | NEW |