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

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

Issue 2561433002: Make FirstRunActivity extend AsyncInitializationActivity. (Closed)
Patch Set: Update UX. Created 3 years, 11 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/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/fre_tosanduma.xml
diff --git a/chrome/android/java/res/layout/fre_tosanduma.xml b/chrome/android/java/res/layout/fre_tosanduma.xml
index 10678297894c301eb64d251395e9267503bc19f3..ba81160e8dd98da03f1a5ba4fa4fa7d891077b9d 100644
--- a/chrome/android/java/res/layout/fre_tosanduma.xml
+++ b/chrome/android/java/res/layout/fre_tosanduma.xml
@@ -93,4 +93,13 @@
android:textSize="@dimen/fre_button_text_size"
chrome:buttonColor="@color/light_active_color"
chrome:buttonRaised="false"/>
-</org.chromium.chrome.browser.firstrun.FirstRunView>
+
+ <!-- Same location as the button; marginButtom is adjusted for the different size. -->
+ <ProgressBar
+ android:id="@+id/progress_spinner"
+ style="@style/Widget.AppCompat.ProgressBar"
+ android:layout_marginBottom="22dp"
+ android:layout_gravity="bottom|center_horizontal"
+ android:layout_width="24dp"
+ android:layout_height="24dp" />
+</org.chromium.chrome.browser.firstrun.FirstRunView>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698