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

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

Issue 1337703002: [Contextual Search] Add support for crushed sprites and animate the search provider icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from self-review Created 5 years, 2 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <dimen name="infobar_margin">16dp</dimen> 68 <dimen name="infobar_margin">16dp</dimen>
69 <!-- Width and height of the infobar icon. --> 69 <!-- Width and height of the infobar icon. -->
70 <dimen name="infobar_icon_size">36dp</dimen> 70 <dimen name="infobar_icon_size">36dp</dimen>
71 71
72 <!-- App banner dimensions --> 72 <!-- App banner dimensions -->
73 <dimen name="app_banner_icon_spacing">16dp</dimen> 73 <dimen name="app_banner_icon_spacing">16dp</dimen>
74 74
75 <!-- Contextual search dimensions --> 75 <!-- Contextual search dimensions -->
76 <dimen name="contextual_search_bar_height">56dp</dimen> 76 <dimen name="contextual_search_bar_height">56dp</dimen>
77 <dimen name="contextual_search_text_size">18sp</dimen> 77 <dimen name="contextual_search_text_size">18sp</dimen>
78 <dimen name="contextual_search_sprite_size">36dp</dimen>
78 79
79 <!-- Password generation popup dimensions --> 80 <!-- Password generation popup dimensions -->
80 <dimen name="password_generation_divider_height">1dp</dimen> 81 <dimen name="password_generation_divider_height">1dp</dimen>
81 <dimen name="password_generation_text_size">14sp</dimen> 82 <dimen name="password_generation_text_size">14sp</dimen>
82 <dimen name="password_generation_horizontal_margin">10dp</dimen> 83 <dimen name="password_generation_horizontal_margin">10dp</dimen>
83 <dimen name="password_generation_text_vertical_margin">12dp</dimen> 84 <dimen name="password_generation_text_vertical_margin">12dp</dimen>
84 85
85 <!-- Preferences dimensions --> 86 <!-- Preferences dimensions -->
86 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen> 87 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen>
87 <dimen name="pref_autofill_field_top_padding">10dp</dimen> 88 <dimen name="pref_autofill_field_top_padding">10dp</dimen>
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 <dimen name="default_favicon_size">16dp</dimen> 294 <dimen name="default_favicon_size">16dp</dimen>
294 295
295 <!-- Media UI dimensions --> 296 <!-- Media UI dimensions -->
296 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 297 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
297 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 298 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
298 <dimen name="media_session_icon_size">48dp</dimen> 299 <dimen name="media_session_icon_size">48dp</dimen>
299 300
300 <!-- Offline pages dimensions --> 301 <!-- Offline pages dimensions -->
301 <dimen name="offline_page_item_vertical_spacing">40dp</dimen> 302 <dimen name="offline_page_item_vertical_spacing">40dp</dimen>
302 </resources> 303 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698