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

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

Issue 2841603002: Clear browsing data ui fixes (Closed)
Patch Set: Created 3 years, 8 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 <dimen name="account_chooser_dialog_margin">24dp</dimen> 377 <dimen name="account_chooser_dialog_margin">24dp</dimen>
378 <dimen name="account_chooser_dialog_item_margin">24dp</dimen> 378 <dimen name="account_chooser_dialog_item_margin">24dp</dimen>
379 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen> 379 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen>
380 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen > 380 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen >
381 381
382 <!-- Public Suffix List (PSL) info button and tooltip dimensions --> 382 <!-- Public Suffix List (PSL) info button and tooltip dimensions -->
383 <dimen name="psl_info_tooltip_margin">8dp</dimen> 383 <dimen name="psl_info_tooltip_margin">8dp</dimen>
384 384
385 <!-- Clear browsing data preferences dimensions --> 385 <!-- Clear browsing data preferences dimensions -->
386 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> 386 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen>
387 <dimen name="clear_browsing_data_button_margin">8dp</dimen>
387 388
388 <!-- Payments UI 389 <!-- Payments UI
389 * payments_section_checking_spacing: 390 * payments_section_checking_spacing:
390 The spec says that the "Checking" text should be 32dp above the botto m of its section. 391 The spec says that the "Checking" text should be 32dp above the botto m of its section.
391 We improvise by using 6dp because sections also have a 10dp padding, so we end up with 392 We improvise by using 6dp because sections also have a 10dp padding, so we end up with
392 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover. 393 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover.
393 --> 394 -->
394 <dimen name="payments_section_vertical_spacing">10dp</dimen> 395 <dimen name="payments_section_vertical_spacing">10dp</dimen>
395 <dimen name="payments_section_small_spacing">8dp</dimen> 396 <dimen name="payments_section_small_spacing">8dp</dimen>
396 <dimen name="payments_section_large_spacing">16dp</dimen> 397 <dimen name="payments_section_large_spacing">16dp</dimen>
(...skipping 15 matching lines...) Expand all
412 <dimen name="pref_autofill_field_top_margin">8dp</dimen> 413 <dimen name="pref_autofill_field_top_margin">8dp</dimen>
413 <dimen name="pref_autofill_field_large_top_margin">16dp</dimen> 414 <dimen name="pref_autofill_field_large_top_margin">16dp</dimen>
414 <dimen name="pref_autofill_field_bottom_margin">8dp</dimen> 415 <dimen name="pref_autofill_field_bottom_margin">8dp</dimen>
415 <!-- The dropdown element has no embedded bottom padding like the TextView h as so the margin 416 <!-- The dropdown element has no embedded bottom padding like the TextView h as so the margin
416 is doubled. --> 417 is doubled. -->
417 <dimen name="pref_autofill_dropdown_bottom_margin">16dp</dimen> 418 <dimen name="pref_autofill_dropdown_bottom_margin">16dp</dimen>
418 <dimen name="pref_autofill_touch_target_padding">15dp</dimen> 419 <dimen name="pref_autofill_touch_target_padding">15dp</dimen>
419 <dimen name="pref_child_account_reduced_padding">4dp</dimen> 420 <dimen name="pref_child_account_reduced_padding">4dp</dimen>
420 421
421 <dimen name="pref_icon_padding">4.6dp</dimen> 422 <dimen name="pref_icon_padding">4.6dp</dimen>
423 <dimen name="pref_spinner_padding_end">8dp</dimen>
422 424
423 <!-- Dialog dimensions. 425 <!-- Dialog dimensions.
424 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 426 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
425 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 427 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
426 <dimen name="separator_height">1dp</dimen> 428 <dimen name="separator_height">1dp</dimen>
427 429
428 <!-- Downloads dimensions. --> 430 <!-- Downloads dimensions. -->
429 <dimen name="downloads_item_icon_size">48dp</dimen> 431 <dimen name="downloads_item_icon_size">48dp</dimen>
430 <dimen name="downloads_item_margin">16dp</dimen> 432 <dimen name="downloads_item_margin">16dp</dimen>
431 433
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 <dimen name="context_menu_header_image_min_size">56dp</dimen> 468 <dimen name="context_menu_header_image_min_size">56dp</dimen>
467 <dimen name="context_menu_header_image_max_size">56dp</dimen> 469 <dimen name="context_menu_header_image_max_size">56dp</dimen>
468 470
469 <!-- Divider Dimensions --> 471 <!-- Divider Dimensions -->
470 <dimen name="divider_height">1dp</dimen> 472 <dimen name="divider_height">1dp</dimen>
471 473
472 <!-- Search widget dimensions --> 474 <!-- Search widget dimensions -->
473 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> 475 <dimen name="search_activity_location_bar_margin_start">16dp</dimen>
474 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> 476 <dimen name="search_activity_location_bar_margin_end">8dp</dimen>
475 </resources> 477 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-sw600dp/dimens.xml ('k') | chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698