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

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

Issue 2912083003: Replace assets for avatar placeholder on Android (Closed)
Patch Set: Use vector asset for account avatar picture Created 3 years, 7 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/snackbar.xml
diff --git a/chrome/android/java/res/layout/snackbar.xml b/chrome/android/java/res/layout/snackbar.xml
index d9ba185192e2348ff6152398447eb0e097356d34..6f97be3a7f5ed4c8f51183ce66062030be21c6d8 100644
--- a/chrome/android/java/res/layout/snackbar.xml
+++ b/chrome/android/java/res/layout/snackbar.xml
@@ -12,8 +12,8 @@
android:orientation="horizontal" >
<ImageView android:id="@+id/snackbar_profile_image"
- android:layout_width="24dp"
- android:layout_height="24dp"
+ android:layout_width="@dimen/snackbar_image_size"
+ android:layout_height="@dimen/snackbar_image_size"
android:layout_gravity="center_vertical"
android:layout_marginStart="12dp"
android:layout_marginEnd="-12dp"

Powered by Google App Engine
This is Rietveld 408576698