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

Unified Diff: chromium/overlay/frameworks/base/core/res/res/drawable/webviewchromium_autofill_popup_background.xml

Issue 256433005: Renaming resource names for autofill popup to dropdown popup (Closed) Base URL: https://android.googlesource.com/platform/frameworks/webview@master
Patch Set: Created 6 years, 8 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: chromium/overlay/frameworks/base/core/res/res/drawable/webviewchromium_autofill_popup_background.xml
diff --git a/chromium/overlay/frameworks/base/core/res/res/drawable/webviewchromium_autofill_popup_background.xml b/chromium/overlay/frameworks/base/core/res/res/drawable/webviewchromium_autofill_popup_background.xml
index 75abc20ee94ff59091042b79250f28654ea13c6c..cd0fca49678259e93651b386a98f63720a9e9dde 100644
--- a/chromium/overlay/frameworks/base/core/res/res/drawable/webviewchromium_autofill_popup_background.xml
+++ b/chromium/overlay/frameworks/base/core/res/res/drawable/webviewchromium_autofill_popup_background.xml
@@ -8,6 +8,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_above_anchor="true"
- android:drawable="@drawable/webviewchromium_autofill_popup_background_up" />
- <item android:drawable="@drawable/webviewchromium_autofill_popup_background_down" />
+ android:drawable="@drawable/webviewchromium_dropdown_popup_background_up" />
+ <item android:drawable="@drawable/webviewchromium_dropdown_popup_background_down" />
</selector>

Powered by Google App Engine
This is Rietveld 408576698