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

Unified Diff: chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_autofill_text.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/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"

Powered by Google App Engine
This is Rietveld 408576698