| Index: chrome/android/java/res/drawable/store_locally_tooltip_background.xml
|
| diff --git a/chrome/android/java/res/drawable/distilled_page_pref_background.xml b/chrome/android/java/res/drawable/store_locally_tooltip_background.xml
|
| similarity index 82%
|
| copy from chrome/android/java/res/drawable/distilled_page_pref_background.xml
|
| copy to chrome/android/java/res/drawable/store_locally_tooltip_background.xml
|
| index 22f3fa267233ceba04e4a062d3230da6773fc568..612ecbeeeaf58ecfa873b756ab1cabe0157bf7c7 100644
|
| --- a/chrome/android/java/res/drawable/distilled_page_pref_background.xml
|
| +++ b/chrome/android/java/res/drawable/store_locally_tooltip_background.xml
|
| @@ -7,6 +7,6 @@
|
| -->
|
|
|
| <shape xmlns:android="http://schemas.android.com/apk/res/android">
|
| - <solid android:color="@color/distilled_page_prefs_unselected" />
|
| + <solid android:color="#e6000000" />
|
| <corners android:radius="2dp" />
|
| </shape>
|
|
|