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

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

Issue 14801009: [rAc Android dialog] Logo, banner, text, alignment fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 8 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/res/layout/autofill_dialog_title.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_dialog_title.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698