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

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

Issue 2235463002: Change Snippet layout based on Category. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge in master. Created 4 years, 4 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen> 279 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen>
280 <dimen name="ntp_list_item_min_height">48dp</dimen> 280 <dimen name="ntp_list_item_min_height">48dp</dimen>
281 <dimen name="ntp_list_item_text_size">16sp</dimen> 281 <dimen name="ntp_list_item_text_size">16sp</dimen>
282 <dimen name="ntp_shadow_height">9dp</dimen> 282 <dimen name="ntp_shadow_height">9dp</dimen>
283 <dimen name="ntp_min_bottom_spacing_recycler_view">32dp</dimen> 283 <dimen name="ntp_min_bottom_spacing_recycler_view">32dp</dimen>
284 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> 284 <dimen name="ntp_progress_indicator_diameter">56dp</dimen>
285 <dimen name="snippets_thumbnail_size">72dp</dimen> 285 <dimen name="snippets_thumbnail_size">72dp</dimen>
286 <dimen name="snippets_padding_and_peeking_card_height">16dp</dimen> 286 <dimen name="snippets_padding_and_peeking_card_height">16dp</dimen>
287 <dimen name="snippets_card_9_patch_adjustment">2dp</dimen> 287 <dimen name="snippets_card_9_patch_adjustment">2dp</dimen>
288 <dimen name="snippets_article_header_height">40dp</dimen> 288 <dimen name="snippets_article_header_height">40dp</dimen>
289 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen >
290 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim en>
289 291
290 <!-- Recent tabs page --> 292 <!-- Recent tabs page -->
291 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen> 293 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen>
292 294
293 <!-- Snackbars --> 295 <!-- Snackbars -->
294 <dimen name="snackbar_min_height">48dp</dimen> 296 <dimen name="snackbar_min_height">48dp</dimen>
295 <dimen name="snackbar_width_tablet">450dp</dimen> 297 <dimen name="snackbar_width_tablet">450dp</dimen>
296 <dimen name="snackbar_margin_tablet">24dp</dimen> 298 <dimen name="snackbar_margin_tablet">24dp</dimen>
297 299
298 <!-- Drawers --> 300 <!-- Drawers -->
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 padding set. 362 padding set.
361 --> 363 -->
362 <dimen name="pref_autofill_content_spacing">12dp</dimen> 364 <dimen name="pref_autofill_content_spacing">12dp</dimen>
363 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen> 365 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen>
364 <dimen name="pref_autofill_field_top_margin">8dp</dimen> 366 <dimen name="pref_autofill_field_top_margin">8dp</dimen>
365 367
366 <!-- Dialog dimensions. 368 <!-- Dialog dimensions.
367 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 -->
368 <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. -->
369 </resources> 371 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698