| Index: chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_autofill_text.xml
|
| diff --git a/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_autofill_text.xml b/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_autofill_text.xml
|
| index 296e16f6f8cc9a0221ee3e8272d7ed80bd504ad7..09f52bf0411ff275e602962dfa1bcd7cfe921448 100644
|
| --- a/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_autofill_text.xml
|
| +++ b/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_autofill_text.xml
|
| @@ -6,11 +6,11 @@
|
| -->
|
|
|
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:id="@+id/webviewchromium_autofill_menu_text"
|
| + android:id="@+id/webviewchromium_dropdown_menu_text"
|
| android:orientation="vertical"
|
| android:gravity="center_vertical">
|
|
|
| - <TextView android:id="@+id/webviewchromium_autofill_label"
|
| + <TextView android:id="@+id/webviewchromium_dropdown_label"
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| android:layout_marginStart="10dp"
|
| @@ -19,7 +19,7 @@
|
| android:singleLine="true"
|
| android:textSize="18sp"
|
| android:includeFontPadding="false"/>
|
| - <TextView android:id="@+id/webviewchromium_autofill_sublabel"
|
| + <TextView android:id="@+id/webviewchromium_dropdown_sublabel"
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| android:layout_marginStart="10dp"
|
|
|