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

Unified Diff: chrome/android/java/res/layout/contextual_search_quick_action_icon_view.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/layout/contextual_search_quick_action_icon_view.xml
diff --git a/chrome/android/java/res/layout/contextual_search_quick_action_icon_view.xml b/chrome/android/java/res/layout/contextual_search_quick_action_icon_view.xml
index c031ac8cabebea634dea9e83bd5b374080fb421e..2058924b403cf2a46f1cd6a880d287f65834c0f0 100644
--- a/chrome/android/java/res/layout/contextual_search_quick_action_icon_view.xml
+++ b/chrome/android/java/res/layout/contextual_search_quick_action_icon_view.xml
@@ -6,8 +6,8 @@
<!-- Contextual Search image view. -->
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/contextual_search_quick_action_icon_view"
- android:layout_width="@dimen/contextual_search_static_image_size"
- android:layout_height="@dimen/contextual_search_static_image_size"
+ android:layout_width="@dimen/contextual_search_bar_image_size"
+ android:layout_height="@dimen/contextual_search_bar_image_size"
android:importantForAccessibility="no"
android:scaleType="center"
android:background="@color/light_background_color" />
« no previous file with comments | « chrome/android/java/res/drawable-xxhdpi/google_icon_sprite.png ('k') | chrome/android/java/res/raw/google_icon_sprite.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698