| Index: chromium/overlay/frameworks/base/core/res/res/values/chromium-resources.xml
|
| diff --git a/chromium/overlay/frameworks/base/core/res/res/values/chromium-resources.xml b/chromium/overlay/frameworks/base/core/res/res/values/chromium-resources.xml
|
| index 202dfb39c4ce65ab48322248744411a85d261871..21a5d7b1287afc1a319e1a389430a61de593bc40 100644
|
| --- a/chromium/overlay/frameworks/base/core/res/res/values/chromium-resources.xml
|
| +++ b/chromium/overlay/frameworks/base/core/res/res/values/chromium-resources.xml
|
| @@ -21,15 +21,15 @@
|
| <add-resource type="attr" name="webviewchromium_select_dialog_multichoice" />
|
| <add-resource type="attr" name="webviewchromium_select_dialog_singlechoice" />
|
|
|
| - <add-resource type="color" name="webviewchromium_autofill_dark_divider_color" />
|
| - <add-resource type="color" name="webviewchromium_autofill_divider_color" />
|
| + <add-resource type="color" name="webviewchromium_dropdown_dark_divider_color" />
|
| + <add-resource type="color" name="webviewchromium_dropdown_divider_color" />
|
| <add-resource type="color" name="webviewchromium_color_picker_background_color" />
|
| <add-resource type="color" name="webviewchromium_color_picker_border_color" />
|
|
|
| <add-resource type="dimen" name="webviewchromium_color_button_height" />
|
| <add-resource type="dimen" name="webviewchromium_color_picker_gradient_margin" />
|
| - <add-resource type="dimen" name="webviewchromium_autofill_text_height" />
|
| - <add-resource type="dimen" name="webviewchromium_autofill_text_divider_height" />
|
| + <add-resource type="dimen" name="webviewchromium_dropdown_item_height" />
|
| + <add-resource type="dimen" name="webviewchromium_dropdown_item_divider_height" />
|
| <add-resource type="dimen" name="webviewchromium_config_min_scaling_span" />
|
| <add-resource type="dimen" name="webviewchromium_config_min_scaling_touch_major" />
|
| <add-resource type="dimen" name="webviewchromium_link_preview_overlay_radius" />
|
| @@ -42,7 +42,7 @@
|
| <add-resource type="drawable" name="webviewchromium_bubble_arrow_up" />
|
| <add-resource type="drawable" name="webviewchromium_pageinfo_warning_major" />
|
|
|
| - <add-resource type="layout" name="webviewchromium_autofill_text" />
|
| + <add-resource type="layout" name="webviewchromium_dropdown_item" />
|
| <add-resource type="layout" name="webviewchromium_color_picker_advanced_component" />
|
| <add-resource type="layout" name="webviewchromium_color_picker_dialog_content" />
|
| <add-resource type="layout" name="webviewchromium_color_picker_dialog_title" />
|
| @@ -52,7 +52,7 @@
|
| <add-resource type="layout" name="webviewchromium_two_field_date_picker" />
|
| <add-resource type="layout" name="webviewchromium_validation_message_bubble" />
|
|
|
| - <add-resource type="id" name="webviewchromium_autofill_popup_window" />
|
| + <add-resource type="id" name="webviewchromium_dropdown_popup_window" />
|
| <add-resource type="id" name="webviewchromium_validation_bubble_main_text" />
|
| <add-resource type="id" name="webviewchromium_validation_bubble_sub_text" />
|
| <add-resource type="id" name="webviewchromium_validation_bubble_arrow_image" />
|
| @@ -112,6 +112,6 @@
|
| <add-resource type="string" name="webviewchromium_time_picker_dialog_title" />
|
| <add-resource type="string" name="webviewchromium_week_picker_dialog_title" />
|
|
|
| - <add-resource type="style" name="webviewchromium_AutofillPopupWindow" />
|
| + <add-resource type="style" name="webviewchromium_DropdownPopupWindow" />
|
| <add-resource type="style" name="webviewchromium_SelectPopupDialog" />
|
| </resources>
|
|
|