am 0ecf8068: Merge "Add giant yellow email logo to account setup screen" into ub-mail-algol

* commit '0ecf80685ce776e370444adb1afe3b2317f29de2':
  Add giant yellow email logo to account setup screen
This commit is contained in:
Tony Mantler 2014-03-27 23:01:22 +00:00 committed by Android Git Automerger
commit 37515ea5f3
7 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -22,6 +22,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<ImageView
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@drawable/ic_email_yellow_big"
android:contentDescription="@null"
android:layout_marginTop="@dimen/setup_basics_logo_margin_top"
android:layout_marginBottom="@dimen/setup_basics_logo_margin_bottom"
android:layout_gravity="center_horizontal" />
<TextView
android:id="@+id/instructions"
android:layout_width="wrap_content"

View File

@ -22,6 +22,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<ImageView
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@drawable/ic_email_yellow_big"
android:contentDescription="@null"
android:layout_marginTop="@dimen/setup_basics_logo_margin_top"
android:layout_marginBottom="@dimen/setup_basics_logo_margin_bottom"
android:layout_gravity="center_horizontal" />
<TextView
android:id="@+id/instructions"
android:layout_width="wrap_content"

View File

@ -57,6 +57,10 @@
<dimen name="setup_item_inset_start">0dp</dimen>
<dimen name="setup_item_inset_end">0dp</dimen>
<!-- Account setup basics -->
<dimen name="setup_basics_logo_margin_top">28dp</dimen>
<dimen name="setup_basics_logo_margin_bottom">56dp</dimen>
<!-- Username/password entry -->
<dimen name="setup_credentials_input_width">340dp</dimen>