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

Unified Diff: chrome/android/java/res/layout-sw600dp/toolbar.xml

Issue 1694673002: Replace update menu badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from second self-review Created 4 years, 10 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-sw600dp/toolbar.xml
diff --git a/chrome/android/java/res/layout-sw600dp/toolbar.xml b/chrome/android/java/res/layout-sw600dp/toolbar.xml
index 1c051bd43ffc9b88ebc61f1af0dba69bc64195aa..57742568fb79d1648030018da7cdd62eb1c140f1 100644
--- a/chrome/android/java/res/layout-sw600dp/toolbar.xml
+++ b/chrome/android/java/res/layout-sw600dp/toolbar.xml
@@ -78,8 +78,9 @@
<ImageView
android:id="@+id/menu_badge"
style="@style/UpdateMenuBadge"
- android:src="@drawable/badge_update"
- android:layout_marginEnd="8.5dp"
+ android:src="@drawable/badge_update_dark"
+ android:layout_width="43dp"
+ android:paddingEnd="3.5dp"
android:contentDescription="@null" />
</FrameLayout>

Powered by Google App Engine
This is Rietveld 408576698