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

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

Issue 2551063003: Add a ProgressDialog during sign-in flow when GMS is updated. (Closed)
Patch Set: Reorder attributes Created 4 years 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/updating_gms_progress_view.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/account_signin_view.xml
diff --git a/chrome/android/java/res/layout/account_signin_view.xml b/chrome/android/java/res/layout/account_signin_view.xml
index 646127e63cb8c636cde2667898755193624ca6d8..a273840e01203bd82e78f4e1ec33b0da8ee29432 100644
--- a/chrome/android/java/res/layout/account_signin_view.xml
+++ b/chrome/android/java/res/layout/account_signin_view.xml
@@ -32,7 +32,7 @@
android:orientation="vertical">
<!-- The layout_width/layout_height is set to 16/9 dynamically in Java -->
- <TextView
+ <TextView
android:id="@+id/signin_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -45,13 +45,13 @@
android:textSize="@dimen/fre_title_text_size"
android:text="@string/sign_in_to_chrome"/>
- <View
+ <View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/signin_border_line_color"
android:alpha="0.08"/>
- <TextView
+ <TextView
android:id="@+id/signin_choice_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/updating_gms_progress_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698