summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-01-24 09:41:57 -0800
committerJustin Ho <justinho@google.com>2011-01-24 09:41:57 -0800
commit146249ad9382d8d243a287bf3c65f49b286d9fb7 (patch)
tree6566ded93a16b44249216eea4494959a3fdb3d48
parent22c060ebd14bd92c67bd97f53d67bb06f0a215de (diff)
downloadpackages_apps_Settings-146249ad9382d8d243a287bf3c65f49b286d9fb7.zip
packages_apps_Settings-146249ad9382d8d243a287bf3c65f49b286d9fb7.tar.gz
packages_apps_Settings-146249ad9382d8d243a287bf3c65f49b286d9fb7.tar.bz2
Updating Bluetooth preference page to use different configuration icon
Change-Id: Ie5bf105e5522fb2a876c51c9407f02f2a3974631
-rw-r--r--res/drawable-hdpi/ic_bt_config.pngbin0 -> 1767 bytes
-rw-r--r--res/drawable-mdpi/ic_bt_config.pngbin0 -> 1196 bytes
-rw-r--r--res/layout/preference_bluetooth.xml2
3 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_bt_config.png b/res/drawable-hdpi/ic_bt_config.png
new file mode 100644
index 0000000..c6d2483
--- /dev/null
+++ b/res/drawable-hdpi/ic_bt_config.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_bt_config.png b/res/drawable-mdpi/ic_bt_config.png
new file mode 100644
index 0000000..eefda26
--- /dev/null
+++ b/res/drawable-mdpi/ic_bt_config.png
Binary files differ
diff --git a/res/layout/preference_bluetooth.xml b/res/layout/preference_bluetooth.xml
index ff1162e..d363dc9 100644
--- a/res/layout/preference_bluetooth.xml
+++ b/res/layout/preference_bluetooth.xml
@@ -42,6 +42,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:src="@drawable/icon" />
+ android:src="@drawable/ic_bt_config" />
</LinearLayout>