Index: chrome/android/java/res/layout/autofill_dialog_content.xml |
diff --git a/chrome/android/java/res/layout/autofill_dialog_content.xml b/chrome/android/java/res/layout/autofill_dialog_content.xml |
index 911fd72612c147721608ce10c828ef78fb19c023..245c25a236f41a2b039219b330625f8785ce0547 100644 |
--- a/chrome/android/java/res/layout/autofill_dialog_content.xml |
+++ b/chrome/android/java/res/layout/autofill_dialog_content.xml |
@@ -19,15 +19,16 @@ |
android:visibility="gone" |
android:gravity="center" |
android:orientation="vertical"> |
- <ProgressBar |
- android:layout_marginTop="30dp" |
- android:layout_width="48dp" |
- android:layout_height="48dp" |
- android:indeterminate="true"/> |
<TextView |
- android:layout_margin="20dp" |
+ android:layout_marginTop="24dp" |
android:layout_width="wrap_content" |
android:layout_height="wrap_content" |
android:text="@string/autofill_fetch_message" /> |
+ <ProgressBar |
+ android:layout_marginTop="24dp" |
+ android:layout_marginBottom="32dp" |
+ android:layout_width="48dp" |
+ android:layout_height="48dp" |
+ android:indeterminate="true"/> |
</LinearLayout> |
-</org.chromium.chrome.browser.autofill.AutofillDialogContentView> |
+</org.chromium.chrome.browser.autofill.AutofillDialogContentView> |