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> |