Update assets for setup

Change-Id: I03a2224d95f72bdecab5d98e7a2075b40eac5795
This commit is contained in:
Martin Hibdon 2014-02-18 13:07:26 -08:00
parent 872ac905b1
commit 9cf99fcf1f
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>