| Index: chrome/android/java/res/layout/title_button_menu_item.xml
|
| diff --git a/chrome/android/java/res/layout/title_button_menu_item.xml b/chrome/android/java/res/layout/title_button_menu_item.xml
|
| index ed78f03b1e87da7569ab0b507f5f9f1baee7f927..a886b4016b7d7a547ddb503ae65aa15930b9707c 100644
|
| --- a/chrome/android/java/res/layout/title_button_menu_item.xml
|
| +++ b/chrome/android/java/res/layout/title_button_menu_item.xml
|
| @@ -5,6 +5,7 @@
|
| found in the LICENSE file.
|
| -->
|
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| + xmlns:chrome="http://schemas.android.com/apk/res-auto"
|
| android:layout_width="match_parent"
|
| android:layout_height="?android:attr/listPreferredItemHeightSmall">
|
| <TextView
|
| @@ -29,6 +30,6 @@
|
| android:paddingEnd="16dp"
|
| android:paddingTop="12dp"
|
| android:paddingBottom="12dp"
|
| - android:scaleType="fitCenter" />
|
| -
|
| + android:scaleType="fitCenter"
|
| + chrome:tint="@null" />
|
| </LinearLayout>
|
|
|