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

Unified Diff: chromium/overlay/frameworks/base/core/res/res/values-v17/webviewchromium_styles.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/values-v17/webviewchromium_styles.xml
diff --git a/chromium/overlay/frameworks/base/core/res/res/values-v17/webviewchromium_styles.xml b/chromium/overlay/frameworks/base/core/res/res/values-v17/webviewchromium_styles.xml
index 1bfd2ac03a2f7e241d16c13c42e1592c06c014f4..e3cf1e130c77f36bd6a02aabe95a78230177af96 100644
--- a/chromium/overlay/frameworks/base/core/res/res/values-v17/webviewchromium_styles.xml
+++ b/chromium/overlay/frameworks/base/core/res/res/values-v17/webviewchromium_styles.xml
@@ -7,8 +7,8 @@
-->
<resources>
- <style name="webviewchromium_AutofillPopupWindow" parent="@android:style/Widget.ListPopupWindow">
- <item name="android:popupBackground">@drawable/webviewchromium_autofill_popup_background</item>
+ <style name="webviewchromium_DropdownPopupWindow" parent="@android:style/Widget.ListPopupWindow">
+ <item name="android:popupBackground">@drawable/webviewchromium_dropdown_popup_background</item>
</style>
<style name="webviewchromium_SelectPopupDialog">
<item name="webviewchromium_select_dialog_multichoice">@android:layout/select_dialog_multichoice</item>

Powered by Google App Engine
This is Rietveld 408576698