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

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

Issue 1430273002: [Smart Lock, UI] Add ability to have an icon to the SnanackBar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adress comments Created 5 years, 1 month 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/snackbar/Snackbar.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/snackbar.xml
diff --git a/chrome/android/java/res/layout/snackbar.xml b/chrome/android/java/res/layout/snackbar.xml
index c3a57b41f71c72a5c49fdf5d48ec118c0c588d85..292cb8953bf515bb39ca32d08ebb876951faad7d 100644
--- a/chrome/android/java/res/layout/snackbar.xml
+++ b/chrome/android/java/res/layout/snackbar.xml
@@ -10,6 +10,15 @@
android:minHeight="@dimen/snackbar_min_height"
android:orientation="horizontal" >
+ <ImageView android:id="@+id/snackbar_profile_image"
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:layout_gravity="center_vertical"
+ android:layout_marginStart="12dp"
+ android:scaleType="fitCenter"
+ android:visibility="visible"
+ android:contentDescription="@null"/>
+
<org.chromium.chrome.browser.snackbar.TemplatePreservingTextView
android:id="@+id/snackbar_message"
android:layout_width="0dp"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/snackbar/Snackbar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698