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

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

Issue 2834253002: 🔍 Don't display the search engine until First Run completes (Closed)
Patch Set: Cmments 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/search_widget_template.xml
diff --git a/chrome/android/java/res/layout/search_widget_template.xml b/chrome/android/java/res/layout/search_widget_template.xml
index 56db3421d234db645f192627a3252ec24346ff37..6781522f7ee59f8b7f03395f0764f43cf733a1f9 100644
--- a/chrome/android/java/res/layout/search_widget_template.xml
+++ b/chrome/android/java/res/layout/search_widget_template.xml
@@ -38,9 +38,9 @@
android:id="@+id/microphone_icon"
android:layout_width="48dp"
android:layout_height="48dp"
- android:src="@drawable/infobar_microphone"
+ android:src="@drawable/btn_mic"
android:tint="@color/light_normal_color"
- android:contentDescription="@null"
- android:scaleType="centerInside" />
+ android:scaleType="centerInside"
+ android:contentDescription="@string/accessibility_toolbar_btn_mic" />
</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698