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

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

Issue 1702003004: Replace update menu badge (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2623
Patch Set: 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..393a03e0a18bfd055b98de189570bb78d1596df1 100644
--- a/chrome/android/java/res/layout-sw600dp/toolbar.xml
+++ b/chrome/android/java/res/layout-sw600dp/toolbar.xml
@@ -69,18 +69,17 @@
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/menu_button"
- style="@style/ToolbarButton"
+ style="@style/ToolbarMenuButtonTablet"
android:src="@drawable/btn_menu"
- android:contentDescription="@string/accessibility_toolbar_btn_menu"
- android:layout_width="43dp"
- android:paddingEnd="3.5dp" />
+ android:contentDescription="@string/accessibility_toolbar_btn_menu" />
<ImageView
android:id="@+id/menu_badge"
- style="@style/UpdateMenuBadge"
- android:src="@drawable/badge_update"
- android:layout_marginEnd="8.5dp"
- android:contentDescription="@null" />
+ style="@style/ToolbarMenuButtonTablet"
+ android:src="@drawable/badge_update_dark"
+ android:contentDescription="@null"
+ android:importantForAccessibility="no"
+ android:visibility="invisible" />
</FrameLayout>
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/badge_update_light.png ('k') | chrome/android/java/res/layout/location_bar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698