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

Unified 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 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 ab2e53db1797d51819359746d073cdfd495e48db..4a022617e7cb6c1132fffe837b9a2c4144958172 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -104,7 +104,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_static_image_size">36dp</dimen>
+ <dimen name="contextual_search_bar_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