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

Unified Diff: chrome/android/java/res/layout/location_bar.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/location_bar.xml
diff --git a/chrome/android/java/res/layout/location_bar.xml b/chrome/android/java/res/layout/location_bar.xml
index 319395de1a98e279716ba099bdc4e9e22110345c..9d2b417d88b5eabc4414784b41d26422523ea7f4 100644
--- a/chrome/android/java/res/layout/location_bar.xml
+++ b/chrome/android/java/res/layout/location_bar.xml
@@ -73,9 +73,11 @@
<ImageView
android:id="@+id/document_menu_badge"
style="@style/UpdateMenuBadge"
- android:src="@drawable/badge_update"
- android:layout_marginEnd="3.5dp"
- android:contentDescription="@null" />
+ android:src="@drawable/badge_update_dark"
+ android:layout_height="match_parent"
+ android:layout_width="match_parent"
+ android:contentDescription="@null"
+ android:background="@null" />
</FrameLayout>

Powered by Google App Engine
This is Rietveld 408576698