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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2017 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <!-- NOTES ON SPEC IMPLEMENTATION: 6 <!-- NOTES ON SPEC IMPLEMENTATION:
7 +................................................................+ 7 +................................................................+
8 48dp | STRING TO SHOW MIC | 8 48dp | STRING TO SHOW MIC |
9 +................................................................+ 9 +................................................................+
10 --> 10 -->
(...skipping 20 matching lines...) Expand all
31 android:gravity="center_vertical" 31 android:gravity="center_vertical"
32 android:singleLine="true" 32 android:singleLine="true"
33 android:textAlignment="viewStart" 33 android:textAlignment="viewStart"
34 android:textColor="@color/google_grey_600" 34 android:textColor="@color/google_grey_600"
35 android:textSize="17sp" /> 35 android:textSize="17sp" />
36 36
37 <ImageView 37 <ImageView
38 android:id="@+id/microphone_icon" 38 android:id="@+id/microphone_icon"
39 android:layout_width="48dp" 39 android:layout_width="48dp"
40 android:layout_height="48dp" 40 android:layout_height="48dp"
41 android:src="@drawable/infobar_microphone" 41 android:src="@drawable/btn_mic"
42 android:tint="@color/light_normal_color" 42 android:tint="@color/light_normal_color"
43 android:contentDescription="@null" 43 android:scaleType="centerInside"
44 android:scaleType="centerInside" /> 44 android:contentDescription="@string/accessibility_toolbar_btn_mic" / >
45 45
46 </LinearLayout> 46 </LinearLayout>
OLDNEW
« 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