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

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

Issue 14165005: Remaining issues with making the autofill dialog usable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fixes Created 7 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_editing_layout_email.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/autofill_dialog_content.xml
diff --git a/chrome/android/java/res/layout/autofill_dialog_content.xml b/chrome/android/java/res/layout/autofill_dialog_content.xml
index 78ac88d7a26f616c3707961675346b198eb20901..911fd72612c147721608ce10c828ef78fb19c023 100644
--- a/chrome/android/java/res/layout/autofill_dialog_content.xml
+++ b/chrome/android/java/res/layout/autofill_dialog_content.xml
@@ -9,9 +9,9 @@
android:layout_height="wrap_content">
<!--TODO(yusufo):Add accessibility content description for all actionable items-->
<include layout="@layout/autofill_general_layout"/>
+ <include layout="@layout/autofill_editing_layout_email"/>
<include layout="@layout/autofill_editing_layout_credit_card"/>
<include layout="@layout/autofill_editing_layout_shipping"/>
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_editing_layout_email.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698