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

Unified 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: Very small changes from last pedrosimonneti@ 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 521a415e80cb2d86a36fd2b5657e881ec136612f..b6f2b88b9e035cf5042558253b5bde568402727f 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -77,6 +77,9 @@
<dimen name="contextual_search_text_size">18sp</dimen>
<dimen name="contextual_search_peek_promo_height">48dp</dimen>
<dimen name="contextual_search_peek_promo_padding">12dp</dimen>
+ <!-- TODO(twellington): Consider moving this to the JSON sprite metadata and
newt (away) 2015/10/29 21:44:37 I'm not sure how aspirational or realistic this is
+ scaling the sprite in contextual_search_layer.cc -->
+ <dimen name="contextual_search_sprite_size">36dp</dimen>
<!-- Password generation popup dimensions -->
<dimen name="password_generation_divider_height">1dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698