Add giant yellow email logo to account setup screen
b/13677552 Change-Id: Icfd2e878fd62118486c347ae4737c5409a2e5c9b
This commit is contained in:
parent
699ee651b9
commit
c5e07960b6
BIN
res/drawable-hdpi/ic_email_yellow_big.png
Normal file
BIN
res/drawable-hdpi/ic_email_yellow_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
res/drawable-mdpi/ic_email_yellow_big.png
Normal file
BIN
res/drawable-mdpi/ic_email_yellow_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
res/drawable-xhdpi/ic_email_yellow_big.png
Normal file
BIN
res/drawable-xhdpi/ic_email_yellow_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
res/drawable-xxhdpi/ic_email_yellow_big.png
Normal file
BIN
res/drawable-xxhdpi/ic_email_yellow_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
@ -22,6 +22,14 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
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
|
<TextView
|
||||||
android:id="@+id/instructions"
|
android:id="@+id/instructions"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -22,6 +22,14 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
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
|
<TextView
|
||||||
android:id="@+id/instructions"
|
android:id="@+id/instructions"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -57,6 +57,10 @@
|
|||||||
<dimen name="setup_item_inset_start">0dp</dimen>
|
<dimen name="setup_item_inset_start">0dp</dimen>
|
||||||
<dimen name="setup_item_inset_end">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 -->
|
<!-- Username/password entry -->
|
||||||
<dimen name="setup_credentials_input_width">340dp</dimen>
|
<dimen name="setup_credentials_input_width">340dp</dimen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user