commit | 6db0f05a8df1e8d1d6d4cd7601caad8b5ec8bd75 | [log] [tgz] |
---|---|---|
author | Justin Ho <justinho@google.com> | Sat Jan 29 13:19:05 2011 -0800 |
committer | Justin Ho <justinho@google.com> | Sat Jan 29 13:19:05 2011 -0800 |
tree | 1a78ca7ccf32b7055840c4242f1365ce74119363 | |
parent | a93196f1651a0598d6e398f6fb3c2e513a3b7091 [diff] |
Deprecating old Settings icon completely Updating to new Settings launcher icon Bug: 3362749 Change-Id: I4d33650b68aac3aa9ddd56d2acab614f80266840
diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png deleted file mode 100644 index 36ace47..0000000 --- a/res/drawable-hdpi/icon.png +++ /dev/null Binary files differ
diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png deleted file mode 100644 index a8cddf3..0000000 --- a/res/drawable-mdpi/icon.png +++ /dev/null Binary files differ
diff --git a/res/layout/preference_bluetooth_profile.xml b/res/layout/preference_bluetooth_profile.xml index 4b6f1dd..1ed971e 100644 --- a/res/layout/preference_bluetooth_profile.xml +++ b/res/layout/preference_bluetooth_profile.xml
@@ -36,6 +36,6 @@ android:layout_gravity="center_vertical" android:padding="8dip" android:background="?android:attr/selectableItemBackground" - android:src="@drawable/icon" /> + android:src="@drawable/ic_bt_config" /> </LinearLayout>
diff --git a/res/mipmap-hdpi/ic_launcher_settings.png b/res/mipmap-hdpi/ic_launcher_settings.png index ff34a7f..0cf5e46 100644 --- a/res/mipmap-hdpi/ic_launcher_settings.png +++ b/res/mipmap-hdpi/ic_launcher_settings.png Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_settings.png b/res/mipmap-mdpi/ic_launcher_settings.png index a8cddf3..3c1eddf 100644 --- a/res/mipmap-mdpi/ic_launcher_settings.png +++ b/res/mipmap-mdpi/ic_launcher_settings.png Binary files differ