Merge "Update assets for setup" into ub-mail-master

This commit is contained in:
Martin Hibdon 2014-02-18 21:34:39 +00:00 committed by Android (Google) Code Review
commit 30cb139f30
9 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -46,8 +46,9 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentLeft="true"
android:paddingRight="16dip"
android:clickable="true"
android:src="@drawable/ic_add_authentication"
android:src="@drawable/ic_setup_add_authentication"
android:layout_centerVertical="true" />
<TextView
@ -95,7 +96,7 @@
android:layout_width="wrap_content"
android:layout_alignParentRight="true"
android:clickable="true"
android:src="@drawable/ic_clear_authentication"
android:src="@drawable/ic_setup_delete"
android:layout_centerVertical="true" />
</RelativeLayout>
@ -121,7 +122,7 @@
android:layout_width="wrap_content"
android:layout_alignParentRight="true"
android:clickable="true"
android:src="@drawable/ic_clear_authentication"
android:src="@drawable/ic_setup_delete"
android:layout_centerVertical="true" />
</RelativeLayout>