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

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

Issue 2794513002: Revert "[NTP::Downloads] Replace 36dp ... resources with vector ... ." (Closed)
Patch Set: remove dependent patch. 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 <dimen name="ntp_search_box_height">62dp</dimen> 298 <dimen name="ntp_search_box_height">62dp</dimen>
299 <dimen name="ntp_search_box_shadow_width">4dp</dimen> 299 <dimen name="ntp_search_box_shadow_width">4dp</dimen>
300 <dimen name="ntp_search_box_transition_length">16dp</dimen> 300 <dimen name="ntp_search_box_transition_length">16dp</dimen>
301 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen> 301 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen>
302 <dimen name="ntp_list_item_min_height">48dp</dimen> 302 <dimen name="ntp_list_item_min_height">48dp</dimen>
303 <dimen name="ntp_list_item_text_size">16sp</dimen> 303 <dimen name="ntp_list_item_text_size">16sp</dimen>
304 <dimen name="ntp_shadow_height">9dp</dimen> 304 <dimen name="ntp_shadow_height">9dp</dimen>
305 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> 305 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen>
306 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> 306 <dimen name="ntp_progress_indicator_diameter">56dp</dimen>
307 <dimen name="snippets_thumbnail_size">72dp</dimen> 307 <dimen name="snippets_thumbnail_size">72dp</dimen>
308 <!-- file type icon size = snippets_thumbnail_size - 2 * padding -->
309 <dimen name="snippets_thumbnail_file_type_icon_padding">20dp</dimen>
310 <dimen name="snippets_thumbnail_margin">16dp</dimen> 308 <dimen name="snippets_thumbnail_margin">16dp</dimen>
311 <!-- The default padding for the peeking card and the amount the card peeks by in the current 309 <!-- The default padding for the peeking card and the amount the card peeks by in the current
312 peeking card animation (the calculations assume this is the same). --> 310 peeking card animation (the calculations assume this is the same). -->
313 <dimen name="snippets_padding">16dp</dimen> 311 <dimen name="snippets_padding">16dp</dimen>
314 <!-- The amount of the peeking card showing above the fold with the increase d visibility UI 312 <!-- The amount of the peeking card showing above the fold with the increase d visibility UI
315 (https://crbug.com/660837). --> 313 (https://crbug.com/660837). -->
316 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> 314 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen>
317 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> 315 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen>
318 <dimen name="snippets_card_gap">0.5dp</dimen> 316 <dimen name="snippets_card_gap">0.5dp</dimen>
319 <dimen name="snippets_article_header_height">40dp</dimen> 317 <dimen name="snippets_article_header_height">40dp</dimen>
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 <dimen name="pref_autofill_touch_target_padding">15dp</dimen> 405 <dimen name="pref_autofill_touch_target_padding">15dp</dimen>
408 <dimen name="pref_child_account_reduced_padding">4dp</dimen> 406 <dimen name="pref_child_account_reduced_padding">4dp</dimen>
409 407
410 <!-- Dialog dimensions. 408 <!-- Dialog dimensions.
411 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 409 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
412 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 410 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
413 <dimen name="separator_height">1dp</dimen> 411 <dimen name="separator_height">1dp</dimen>
414 412
415 <!-- Downloads dimensions. --> 413 <!-- Downloads dimensions. -->
416 <dimen name="downloads_item_icon_size">48dp</dimen> 414 <dimen name="downloads_item_icon_size">48dp</dimen>
417 <!-- file type icon size = downloads_item_icon_size - 2 * padding -->
418 <dimen name="downloads_item_file_type_icon_padding">12dp</dimen>
419 <dimen name="downloads_item_margin">16dp</dimen> 415 <dimen name="downloads_item_margin">16dp</dimen>
420 416
421 <!-- SelectableListLayout dimensions --> 417 <!-- SelectableListLayout dimensions -->
422 <dimen name="selectable_list_layout_end_icon">24dp</dimen> 418 <dimen name="selectable_list_layout_end_icon">24dp</dimen>
423 <dimen name="selectable_list_layout_row_end_padding">16dp</dimen> 419 <dimen name="selectable_list_layout_row_end_padding">16dp</dimen>
424 <dimen name="selectable_list_layout_start_icon_width">56dp</dimen> 420 <dimen name="selectable_list_layout_start_icon_width">56dp</dimen>
425 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen> 421 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen>
426 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen> 422 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen>
427 423
428 <!-- Bottom sheet bottom nav dimensions --> 424 <!-- Bottom sheet bottom nav dimensions -->
(...skipping 10 matching lines...) Expand all
439 <dimen name="chrome_home_min_full_half_distance">160dp</dimen> 435 <dimen name="chrome_home_min_full_half_distance">160dp</dimen>
440 <dimen name="chrome_home_progress_bar_height">4dp</dimen> 436 <dimen name="chrome_home_progress_bar_height">4dp</dimen>
441 437
442 <!-- Miscellaneous dimensions --> 438 <!-- Miscellaneous dimensions -->
443 <dimen name="action_bar_shadow_height">10dp</dimen> 439 <dimen name="action_bar_shadow_height">10dp</dimen>
444 <dimen name="card_corner_radius">2dp</dimen> 440 <dimen name="card_corner_radius">2dp</dimen>
445 <dimen name="list_item_corner_radius">3dp</dimen> 441 <dimen name="list_item_corner_radius">3dp</dimen>
446 <dimen name="list_item_lateral_padding">1dp</dimen> 442 <dimen name="list_item_lateral_padding">1dp</dimen>
447 <dimen name="history_default_text_margin">16dp</dimen> 443 <dimen name="history_default_text_margin">16dp</dimen>
448 </resources> 444 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698