Updating Bluetooth preference page to use different configuration icon

Change-Id: Ie5bf105e5522fb2a876c51c9407f02f2a3974631
This commit is contained in:
Justin Ho
2011-01-24 09:41:57 -08:00
parent 22c060ebd1
commit 146249ad93
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -42,6 +42,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/icon" /> android:src="@drawable/ic_bt_config" />
</LinearLayout> </LinearLayout>