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

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

Issue 1660353002: Update account and sync management UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO in comments for an additional task for the bug Created 4 years, 10 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: chrome/android/java/res/layout/sync_custom_passphrase.xml
diff --git a/chrome/android/java/res/layout/sync_custom_passphrase.xml b/chrome/android/java/res/layout/sync_custom_passphrase.xml
index 397f9df31e80600a47622cf5f94fbc1633cdd865..6a8ddaca420f9ed213a47d7a2c5560a8d9ca2d39 100644
--- a/chrome/android/java/res/layout/sync_custom_passphrase.xml
+++ b/chrome/android/java/res/layout/sync_custom_passphrase.xml
@@ -11,11 +11,6 @@
<LinearLayout
android:orientation="vertical"
style="@style/AlertDialogContent">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="25dp"
- android:text="@string/sync_custom_passphrase"/>
<org.chromium.chrome.browser.widget.AlertDialogEditText
android:id="@+id/passphrase"
android:hint="@string/sync_enter_custom_passphrase_hint"
@@ -32,5 +27,12 @@
android:inputType="textPassword"
android:singleLine="true"
android:imeOptions="actionDone" />
+ <TextView
+ android:id="@+id/custom_passphrase_instructions"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="25dp"
+ android:layout_marginTop="25dp"
+ android:text="@string/sync_custom_passphrase" />
</LinearLayout>
</ScrollView>
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/add_circle_blue.png ('k') | chrome/android/java/res/layout/sync_passphrase_types.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698