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

Unified Diff: chrome/android/java/res/drawable/store_locally_tooltip_background.xml

Issue 990543002: Android Autofill card unmasking prompt - Add tooltip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: newt review, update resource pointers Created 5 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698