Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: chrome/android/java/res/values/dimens.xml

Issue 2162493002: Revert of Credit card editor for PaymentRequest UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 <dimen name="payments_section_large_spacing">16dp</dimen> 355 <dimen name="payments_section_large_spacing">16dp</dimen>
356 <dimen name="payments_section_largest_spacing">32dp</dimen> 356 <dimen name="payments_section_largest_spacing">32dp</dimen>
357 <dimen name="payments_section_checking_spacing">6dp</dimen> 357 <dimen name="payments_section_checking_spacing">6dp</dimen>
358 <dimen name="payments_section_descriptive_item_spacing">40dp</dimen> 358 <dimen name="payments_section_descriptive_item_spacing">40dp</dimen>
359 <dimen name="payments_section_separator_height">1dp</dimen> 359 <dimen name="payments_section_separator_height">1dp</dimen>
360 <dimen name="payments_section_logo_height">36dp</dimen> 360 <dimen name="payments_section_logo_height">36dp</dimen>
361 <dimen name="payments_section_logo_width">56dp</dimen> 361 <dimen name="payments_section_logo_width">56dp</dimen>
362 <dimen name="payments_section_add_button_height">48dp</dimen> 362 <dimen name="payments_section_add_button_height">48dp</dimen>
363 <dimen name="payments_ui_max_dialog_width">0dp</dimen> 363 <dimen name="payments_ui_max_dialog_width">0dp</dimen>
364 <dimen name="payments_ui_translation">100dp</dimen> 364 <dimen name="payments_ui_translation">100dp</dimen>
365 <dimen name="payments_editor_icon_list_size">38dp</dimen>
366 <dimen name="payments_favicon_size">24dp</dimen>
367 365
368 <!-- Preferences dimensions 366 <!-- Preferences dimensions
369 pref_autofill_field_horizontal_padding exists because TextInputLayouts have an internal 367 pref_autofill_field_horizontal_padding exists because TextInputLayouts have an internal
370 padding set. 368 padding set.
371 --> 369 -->
372 <dimen name="pref_autofill_content_spacing">12dp</dimen> 370 <dimen name="pref_autofill_content_spacing">12dp</dimen>
373 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen> 371 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen>
374 <dimen name="pref_autofill_field_top_margin">8dp</dimen> 372 <dimen name="pref_autofill_field_top_margin">8dp</dimen>
375 373
376 <!-- Dialog dimensions. 374 <!-- Dialog dimensions.
377 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 375 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
378 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 376 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
379 </resources> 377 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/payment_request_editor_label.xml ('k') | chrome/android/java/res/values/ids.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698