| 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..cca4840cdf27a640d6564ec5bc6df0c222ffa0bb 100644
|
| --- a/chrome/android/java/res/layout/location_bar.xml
|
| +++ b/chrome/android/java/res/layout/location_bar.xml
|
| @@ -64,18 +64,18 @@
|
|
|
| <org.chromium.chrome.browser.widget.TintedImageButton
|
| android:id="@+id/document_menu_button"
|
| - style="@style/LocationBarButton"
|
| - android:layout_height="match_parent"
|
| - android:layout_width="match_parent"
|
| + style="@style/LocationBarMenuButton"
|
| android:src="@drawable/btn_menu"
|
| android:contentDescription="@string/accessibility_toolbar_btn_menu" />
|
|
|
| <ImageView
|
| android:id="@+id/document_menu_badge"
|
| - style="@style/UpdateMenuBadge"
|
| - android:src="@drawable/badge_update"
|
| - android:layout_marginEnd="3.5dp"
|
| - android:contentDescription="@null" />
|
| + style="@style/LocationBarMenuButton"
|
| + android:src="@drawable/badge_update_dark"
|
| + android:scaleType="center"
|
| + android:contentDescription="@null"
|
| + android:importantForAccessibility="no"
|
| + android:visibility="invisible" />
|
|
|
| </FrameLayout>
|
|
|
|
|