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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 2449653002: [Contextual Search] Add support for a static icon (Closed)
Patch Set: [Contextual Search] Add support for a static icon Created 4 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 3334035539a6cc47d306efe81f7a19f112aa72c6..5993ddc07b4fe1d47347d7bec79ba658b4b13a60 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -101,7 +101,7 @@
<dimen name="contextual_search_peek_promo_height">48dp</dimen>
<dimen name="contextual_search_peek_promo_padding">12dp</dimen>
<dimen name="contextual_search_caption_text_size">14sp</dimen>
- <dimen name="contextual_search_thumbnail_size">36dp</dimen>
+ <dimen name="contextual_search_static_image_size">36dp</dimen>
<!-- The following two dimensions were taking from the UI specs for contextual search, where
they were 36dp and 3dp respectively, but have been updated to allow for padding around
TextViews that we cannot get rid of. -->

Powered by Google App Engine
This is Rietveld 408576698