From dfd9182b15a6844a75e21a75b25db343648545de Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Tue, 3 Dec 2013 12:34:08 +0900 Subject: Move launcher icon from mipmap to drawable Bug: 11106827 Change-Id: I45e64759ce095669be557957fa27eb7f9933e188 --- java/AndroidManifest.xml | 4 ++-- java/res/drawable-hdpi/ic_launcher_keyboard.png | Bin 0 -> 7646 bytes java/res/drawable-mdpi/ic_launcher_keyboard.png | Bin 0 -> 4349 bytes java/res/drawable-xhdpi/ic_launcher_keyboard.png | Bin 0 -> 12231 bytes java/res/drawable-xxhdpi/ic_launcher_keyboard.png | Bin 0 -> 21221 bytes java/res/mipmap-hdpi/ic_launcher_keyboard.png | Bin 7646 -> 0 bytes java/res/mipmap-mdpi/ic_launcher_keyboard.png | Bin 4349 -> 0 bytes java/res/mipmap-xhdpi/ic_launcher_keyboard.png | Bin 12231 -> 0 bytes java/res/mipmap-xxhdpi/ic_launcher_keyboard.png | Bin 21221 -> 0 bytes 9 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 java/res/drawable-hdpi/ic_launcher_keyboard.png create mode 100644 java/res/drawable-mdpi/ic_launcher_keyboard.png create mode 100644 java/res/drawable-xhdpi/ic_launcher_keyboard.png create mode 100644 java/res/drawable-xxhdpi/ic_launcher_keyboard.png delete mode 100644 java/res/mipmap-hdpi/ic_launcher_keyboard.png delete mode 100644 java/res/mipmap-mdpi/ic_launcher_keyboard.png delete mode 100644 java/res/mipmap-xhdpi/ic_launcher_keyboard.png delete mode 100644 java/res/mipmap-xxhdpi/ic_launcher_keyboard.png (limited to 'java') diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index a8dabd274..0d80c037b 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -32,7 +32,7 @@ @@ -57,7 +57,7 @@ diff --git a/java/res/drawable-hdpi/ic_launcher_keyboard.png b/java/res/drawable-hdpi/ic_launcher_keyboard.png new file mode 100644 index 000000000..36b1ccae2 Binary files /dev/null and b/java/res/drawable-hdpi/ic_launcher_keyboard.png differ diff --git a/java/res/drawable-mdpi/ic_launcher_keyboard.png b/java/res/drawable-mdpi/ic_launcher_keyboard.png new file mode 100644 index 000000000..67ef189ff Binary files /dev/null and b/java/res/drawable-mdpi/ic_launcher_keyboard.png differ diff --git a/java/res/drawable-xhdpi/ic_launcher_keyboard.png b/java/res/drawable-xhdpi/ic_launcher_keyboard.png new file mode 100644 index 000000000..b33208332 Binary files /dev/null and b/java/res/drawable-xhdpi/ic_launcher_keyboard.png differ diff --git a/java/res/drawable-xxhdpi/ic_launcher_keyboard.png b/java/res/drawable-xxhdpi/ic_launcher_keyboard.png new file mode 100644 index 000000000..acc424fe2 Binary files /dev/null and b/java/res/drawable-xxhdpi/ic_launcher_keyboard.png differ diff --git a/java/res/mipmap-hdpi/ic_launcher_keyboard.png b/java/res/mipmap-hdpi/ic_launcher_keyboard.png deleted file mode 100644 index 36b1ccae2..000000000 Binary files a/java/res/mipmap-hdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/mipmap-mdpi/ic_launcher_keyboard.png b/java/res/mipmap-mdpi/ic_launcher_keyboard.png deleted file mode 100644 index 67ef189ff..000000000 Binary files a/java/res/mipmap-mdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/mipmap-xhdpi/ic_launcher_keyboard.png b/java/res/mipmap-xhdpi/ic_launcher_keyboard.png deleted file mode 100644 index b33208332..000000000 Binary files a/java/res/mipmap-xhdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/mipmap-xxhdpi/ic_launcher_keyboard.png b/java/res/mipmap-xxhdpi/ic_launcher_keyboard.png deleted file mode 100644 index acc424fe2..000000000 Binary files a/java/res/mipmap-xxhdpi/ic_launcher_keyboard.png and /dev/null differ -- cgit v1.2.3-83-g751a