From 6504001eae736137a24071b7235b41abf22976a4 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 23 Nov 2010 11:49:59 -0800 Subject: Move icons to mipmap. Change-Id: I0d541c99b413ba8124abe307b81fe35fdf0fe610 --- ui/res/drawable-hdpi/ic_launcher_download.png | Bin 2561 -> 0 bytes ui/res/drawable-mdpi/ic_launcher_download.png | Bin 1818 -> 0 bytes ui/res/mipmap-hdpi/ic_launcher_download.png | Bin 0 -> 2561 bytes ui/res/mipmap-mdpi/ic_launcher_download.png | Bin 0 -> 1818 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ui/res/drawable-hdpi/ic_launcher_download.png delete mode 100644 ui/res/drawable-mdpi/ic_launcher_download.png create mode 100644 ui/res/mipmap-hdpi/ic_launcher_download.png create mode 100644 ui/res/mipmap-mdpi/ic_launcher_download.png (limited to 'ui/res') diff --git a/ui/res/drawable-hdpi/ic_launcher_download.png b/ui/res/drawable-hdpi/ic_launcher_download.png deleted file mode 100644 index 308835cd..00000000 Binary files a/ui/res/drawable-hdpi/ic_launcher_download.png and /dev/null differ diff --git a/ui/res/drawable-mdpi/ic_launcher_download.png b/ui/res/drawable-mdpi/ic_launcher_download.png deleted file mode 100644 index 6dd4ba35..00000000 Binary files a/ui/res/drawable-mdpi/ic_launcher_download.png and /dev/null differ diff --git a/ui/res/mipmap-hdpi/ic_launcher_download.png b/ui/res/mipmap-hdpi/ic_launcher_download.png new file mode 100644 index 00000000..308835cd Binary files /dev/null and b/ui/res/mipmap-hdpi/ic_launcher_download.png differ diff --git a/ui/res/mipmap-mdpi/ic_launcher_download.png b/ui/res/mipmap-mdpi/ic_launcher_download.png new file mode 100644 index 00000000..6dd4ba35 Binary files /dev/null and b/ui/res/mipmap-mdpi/ic_launcher_download.png differ -- cgit v1.2.3