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

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

Issue 2654193002: [Android History] List item shadows and width constrained styling (Closed)
Patch Set: Fix some styling for supervised users Created 3 years, 11 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> 283 <dimen name="ntp_sign_in_promo_margin_top">20dp</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 <!-- The default padding for the peeking card and the amount the card peeks by in the current 286 <!-- The default padding for the peeking card and the amount the card peeks by in the current
287 peeking card animation (the calculations assume this is the same). --> 287 peeking card animation (the calculations assume this is the same). -->
288 <dimen name="snippets_padding">16dp</dimen> 288 <dimen name="snippets_padding">16dp</dimen>
289 <!-- The amount of the peeking card showing above the fold with the increase d visibility UI 289 <!-- The amount of the peeking card showing above the fold with the increase d visibility UI
290 (https://crbug.com/660837). --> 290 (https://crbug.com/660837). -->
291 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> 291 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen>
292 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> 292 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen>
293 <dimen name="snippets_card_corner_radius">2dp</dimen>
294 <dimen name="snippets_card_gap">0.5dp</dimen> 293 <dimen name="snippets_card_gap">0.5dp</dimen>
295 <dimen name="snippets_article_header_height">40dp</dimen> 294 <dimen name="snippets_article_header_height">40dp</dimen>
296 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen > 295 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen >
297 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim en> 296 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim en>
298 <!-- This is in sp because we want the icon to scale with the TextView it si ts alongside. --> 297 <!-- This is in sp because we want the icon to scale with the TextView it si ts alongside. -->
299 <dimen name="snippets_offline_icon_size">18sp</dimen> 298 <dimen name="snippets_offline_icon_size">18sp</dimen>
300 299
301 <!-- Recent tabs page --> 300 <!-- Recent tabs page -->
302 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen> 301 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen>
303 302
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 <dimen name="pref_autofill_touch_target_padding">15dp</dimen> 385 <dimen name="pref_autofill_touch_target_padding">15dp</dimen>
387 386
388 <!-- Dialog dimensions. 387 <!-- Dialog dimensions.
389 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 388 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
390 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 389 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
391 390
392 <!-- Downloads dimensions. --> 391 <!-- Downloads dimensions. -->
393 <dimen name="downloads_item_icon_size">48dp</dimen> 392 <dimen name="downloads_item_icon_size">48dp</dimen>
394 <dimen name="downloads_item_margin">16dp</dimen> 393 <dimen name="downloads_item_margin">16dp</dimen>
395 394
395 <!-- SelectableListLayout styles -->
396 <dimen name="selectable_list_layout_end_icon">24dp</dimen>
397 <dimen name="selectable_list_layout_start_icon_width">64dp</dimen>
398 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen>
399 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen>
400
396 <!-- Miscellaneous dimensions --> 401 <!-- Miscellaneous dimensions -->
397 <dimen name="action_bar_shadow_height">10dp</dimen> 402 <dimen name="action_bar_shadow_height">10dp</dimen>
398 <dimen name="selectable_list_layout_end_icon">24dp</dimen> 403 <dimen name="card_corner_radius">2dp</dimen>
399 <dimen name="selectable_list_layout_start_icon_width">64dp</dimen> 404 <dimen name="history_text_default_margin">16dp</dimen>
400 </resources> 405 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698