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

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

Issue 2106753002: Refine snap scrolling on the Cards New Tab Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 <dimen name="ntp_search_box_material_margin_left">10dp</dimen> 276 <dimen name="ntp_search_box_material_margin_left">10dp</dimen>
277 <dimen name="ntp_search_box_material_margin_right">10dp</dimen> 277 <dimen name="ntp_search_box_material_margin_right">10dp</dimen>
278 <dimen name="ntp_search_box_material_margin_top">0dp</dimen> 278 <dimen name="ntp_search_box_material_margin_top">0dp</dimen>
279 <dimen name="ntp_search_box_material_margin_bottom">5dp</dimen> 279 <dimen name="ntp_search_box_material_margin_bottom">5dp</dimen>
280 <dimen name="ntp_search_box_material_height">54dp</dimen> 280 <dimen name="ntp_search_box_material_height">54dp</dimen>
281 <dimen name="ntp_search_box_material_extra_width">4dp</dimen> 281 <dimen name="ntp_search_box_material_extra_width">4dp</dimen>
282 <dimen name="ntp_search_box_material_padding_top">3dp</dimen> 282 <dimen name="ntp_search_box_material_padding_top">3dp</dimen>
283 <dimen name="ntp_search_box_material_padding_bottom">3dp</dimen> 283 <dimen name="ntp_search_box_material_padding_bottom">3dp</dimen>
284 <dimen name="ntp_search_box_material_padding_left">2dp</dimen> 284 <dimen name="ntp_search_box_material_padding_left">2dp</dimen>
285 <dimen name="ntp_search_box_material_padding_right">2dp</dimen> 285 <dimen name="ntp_search_box_material_padding_right">2dp</dimen>
286 <dimen name="ntp_search_box_transition_length">16dp</dimen>
286 <dimen name="ntp_list_item_padding">16dp</dimen> 287 <dimen name="ntp_list_item_padding">16dp</dimen>
287 <dimen name="ntp_list_item_min_height">48dp</dimen> 288 <dimen name="ntp_list_item_min_height">48dp</dimen>
288 <dimen name="ntp_list_item_text_size">16sp</dimen> 289 <dimen name="ntp_list_item_text_size">16sp</dimen>
289 <dimen name="ntp_shadow_height">9dp</dimen> 290 <dimen name="ntp_shadow_height">9dp</dimen>
290 <dimen name="snippets_thumbnail_size">72dp</dimen> 291 <dimen name="snippets_thumbnail_size">72dp</dimen>
291 <dimen name="snippets_padding_and_peeking_card_height">16dp</dimen> 292 <dimen name="snippets_padding_and_peeking_card_height">16dp</dimen>
292 <dimen name="snippets_card_9_patch_adjustment">2dp</dimen> 293 <dimen name="snippets_card_9_patch_adjustment">2dp</dimen>
293 <dimen name="snippets_article_header_height">40dp</dimen> 294 <dimen name="snippets_article_header_height">40dp</dimen>
294 <dimen name="snippets_card_elevation">2dp</dimen> 295 <dimen name="snippets_card_elevation">2dp</dimen>
295 296
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 <dimen name="payments_section_logo_height">36dp</dimen> 362 <dimen name="payments_section_logo_height">36dp</dimen>
362 <dimen name="payments_section_logo_width">56dp</dimen> 363 <dimen name="payments_section_logo_width">56dp</dimen>
363 <dimen name="payments_section_add_button_height">48dp</dimen> 364 <dimen name="payments_section_add_button_height">48dp</dimen>
364 <dimen name="payments_ui_max_dialog_width">0dp</dimen> 365 <dimen name="payments_ui_max_dialog_width">0dp</dimen>
365 <dimen name="payments_ui_translation">100dp</dimen> 366 <dimen name="payments_ui_translation">100dp</dimen>
366 367
367 <!-- Dialog dimensions. 368 <!-- Dialog dimensions.
368 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 369 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
369 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 370 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
370 </resources> 371 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698