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

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

Issue 2798123002: Remove crushed sprite resource and layer (Closed)
Patch Set: Rebase and fix my nits 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <dimen name="infobar_big_icon_size">48dp</dimen> 97 <dimen name="infobar_big_icon_size">48dp</dimen>
98 <dimen name="infobar_big_icon_margin">16dp</dimen> 98 <dimen name="infobar_big_icon_margin">16dp</dimen>
99 99
100 <!-- Dimensions for compact infobars are a little shorter. --> 100 <!-- Dimensions for compact infobars are a little shorter. -->
101 <dimen name="infobar_compact_size">48dp</dimen> 101 <dimen name="infobar_compact_size">48dp</dimen>
102 102
103 <!-- Contextual search dimensions --> 103 <!-- Contextual search dimensions -->
104 <dimen name="contextual_search_peek_promo_height">48dp</dimen> 104 <dimen name="contextual_search_peek_promo_height">48dp</dimen>
105 <dimen name="contextual_search_peek_promo_padding">12dp</dimen> 105 <dimen name="contextual_search_peek_promo_padding">12dp</dimen>
106 <dimen name="contextual_search_caption_text_size">14sp</dimen> 106 <dimen name="contextual_search_caption_text_size">14sp</dimen>
107 <dimen name="contextual_search_static_image_size">36dp</dimen> 107 <dimen name="contextual_search_bar_image_size">36dp</dimen>
108 <!-- The following two dimensions were taking from the UI specs for contextu al search, where 108 <!-- The following two dimensions were taking from the UI specs for contextu al search, where
109 they were 36dp and 3dp respectively, but have been updated to allow for padd ing around 109 they were 36dp and 3dp respectively, but have been updated to allow for padd ing around
110 TextViews that we cannot get rid of. --> 110 TextViews that we cannot get rid of. -->
111 <dimen name="contextual_search_text_layer_min_height">38dp</dimen> 111 <dimen name="contextual_search_text_layer_min_height">38dp</dimen>
112 <dimen name="contextual_search_term_caption_spacing">1.5dp</dimen> 112 <dimen name="contextual_search_term_caption_spacing">1.5dp</dimen>
113 <!-- This is the offset of the divider from the end of the bar. --> 113 <!-- This is the offset of the divider from the end of the bar. -->
114 <dimen name="contextual_search_end_button_width">48dp</dimen> 114 <dimen name="contextual_search_end_button_width">48dp</dimen>
115 <dimen name="contextual_search_divider_line_width">1dp</dimen> 115 <dimen name="contextual_search_divider_line_width">1dp</dimen>
116 <dimen name="contextual_search_divider_line_height">24dp</dimen> 116 <dimen name="contextual_search_divider_line_height">24dp</dimen>
117 117
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 <dimen name="action_bar_shadow_height">10dp</dimen> 442 <dimen name="action_bar_shadow_height">10dp</dimen>
443 <dimen name="card_corner_radius">2dp</dimen> 443 <dimen name="card_corner_radius">2dp</dimen>
444 <dimen name="list_item_corner_radius">3dp</dimen> 444 <dimen name="list_item_corner_radius">3dp</dimen>
445 <dimen name="list_item_lateral_padding">1dp</dimen> 445 <dimen name="list_item_lateral_padding">1dp</dimen>
446 <dimen name="history_default_text_margin">16dp</dimen> 446 <dimen name="history_default_text_margin">16dp</dimen>
447 447
448 <!-- Context Menu Dimensions --> 448 <!-- Context Menu Dimensions -->
449 <dimen name="context_menu_header_image_min_size">56dp</dimen> 449 <dimen name="context_menu_header_image_min_size">56dp</dimen>
450 <dimen name="context_menu_header_image_max_size">56dp</dimen> 450 <dimen name="context_menu_header_image_max_size">56dp</dimen>
451 </resources> 451 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698