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

Unified Diff: chrome/android/java/res/layout/password_entry_editor.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 | « no previous file | chrome/android/java/res/layout/password_entry_editor_interactive.xml » ('j') | 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.xml
diff --git a/chrome/android/java/res/layout/password_entry_editor.xml b/chrome/android/java/res/layout/password_entry_editor.xml
index 0957ea222944a7bf20be11c9b660f3b55a173ff0..544b8bbddb1ec864693e93e9b4235083f59c5989 100644
--- a/chrome/android/java/res/layout/password_entry_editor.xml
+++ b/chrome/android/java/res/layout/password_entry_editor.xml
@@ -55,24 +55,24 @@
android:dividerPadding="0dp"
android:orientation="horizontal"
android:showDividers="middle">
-
+
<Button
- android:id="@+id/password_entry_editor_delete"
+ android:id="@+id/password_entry_editor_cancel"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:focusable="true"
- android:text="@string/delete" />
+ android:text="@string/cancel" />
<Button
- android:id="@+id/password_entry_editor_cancel"
+ android:id="@+id/password_entry_editor_delete"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:focusable="true"
- android:text="@string/cancel" />
+ android:text="@string/delete" />
</LinearLayout>
</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/password_entry_editor_interactive.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698