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

Unified Diff: chrome/android/java/res/layout/password_entry_editor_interactive.xml

Issue 2221373002: Modify PasswordEntryEditor layout to remove warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove contentDescription from TextView Created 4 years, 4 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
« no previous file with comments | « chrome/android/java/res/layout/password_entry_editor.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/password_entry_editor_interactive.xml
diff --git a/chrome/android/java/res/layout/password_entry_editor_interactive.xml b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
index 3e43d500a0e4e1edbc9ffa9fdc50a303af655da3..7a999b102c0fbba9f2f8812a09577f1c9988fedb 100644
--- a/chrome/android/java/res/layout/password_entry_editor_interactive.xml
+++ b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
@@ -78,8 +78,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginStart="15dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:contentDescription="@string/password_entry_editor_copy_stored_username" />
+ android:textAppearance="?android:attr/textAppearanceMedium" />
<View
android:layout_width="0dp"
@@ -93,7 +92,8 @@
android:layout_gravity="end"
android:layout_marginTop="10dp"
android:layout_marginEnd="15dp"
- android:src="@drawable/ic_content_copy" />
+ android:src="@drawable/ic_content_copy"
+ android:contentDescription="@string/password_entry_editor_copy_stored_username" />
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/password_entry_editor.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698