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

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

Issue 2966383004: Adjust view for the password exceptions in the new UI (Closed)
Patch Set: adressed comments Created 3 years, 5 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_site_row.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_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 014fe390b63a6f9719cb5cee52d420a34e43f694..f758811fa89ad6c7886f844f57cf007992f2ea72 100644
--- a/chrome/android/java/res/layout/password_entry_editor_interactive.xml
+++ b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
@@ -15,48 +15,7 @@
android:orientation="vertical"
android:title="@string/password_entry_editor_title">
- <TextView
- android:text="@string/password_entry_editor_site_title"
- android:textColor="@color/google_blue_700"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:layout_marginStart="15dp"
- android:gravity="center_vertical"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/password_entry_editor_url"
- android:textColor="@color/default_text_color"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:layout_marginStart="15dp"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <View
- android:layout_width="0dp"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- <ImageButton
- android:id="@+id/password_entry_editor_copy_site"
- android:background="@null"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="end"
- android:layout_marginTop="10dp"
- android:layout_marginEnd="15dp"
- android:src="@drawable/ic_content_copy"
- android:contentDescription="@string/password_entry_editor_copy_stored_site"
- style="?android:attr/buttonStyleSmall" />
-
- </LinearLayout>
+ <include layout="@layout/password_entry_editor_site_row"/>
<TextView
android:text="@string/password_entry_editor_username_title"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/password_entry_editor_site_row.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698