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

Unified Diff: chrome/android/java/res/layout/contextual_search_quick_action_icon_view.xml

Issue 2615753005: [Contextual Search] Add background color to quick action ImageView (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a02632f4164e1f2a4f20058ca9e0a42d477bccac..c031ac8cabebea634dea9e83bd5b374080fb421e 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
@@ -9,4 +9,5 @@
android:layout_width="@dimen/contextual_search_static_image_size"
android:layout_height="@dimen/contextual_search_static_image_size"
android:importantForAccessibility="no"
- android:scaleType="center" />
+ android:scaleType="center"
+ android:background="@color/light_background_color" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698