summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-09-23 00:23:10 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2013-09-23 00:25:34 -0500
commit1da6469c62fa1b4fd669a48cb583e161d5cb2713 (patch)
treed515c198930b9cbaa19016f014708327b36d6113 /Source/Android
parentc8c83f7b8a0b36191755dccfad70019e8610c698 (diff)
[Android] Use new 4.0 icon.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/AndroidManifest.xml2
-rw-r--r--Source/Android/res/drawable-hdpi/ic_launcher.pngbin0 -> 2675 bytes
-rw-r--r--Source/Android/res/drawable-hdpi/launcher.pngbin14225 -> 0 bytes
-rw-r--r--Source/Android/res/drawable-mdpi/ic_launcher.pngbin0 -> 1665 bytes
-rw-r--r--Source/Android/res/drawable-mdpi/launcher.pngbin8634 -> 0 bytes
-rw-r--r--Source/Android/res/drawable-xhdpi/ic_launcher.pngbin0 -> 3828 bytes
-rw-r--r--Source/Android/res/drawable-xhdpi/launcher.pngbin23020 -> 0 bytes
-rw-r--r--Source/Android/res/drawable-xxhdpi/ic_launcher.pngbin0 -> 6063 bytes
-rw-r--r--Source/Android/res/drawable-xxhdpi/launcher.pngbin82300 -> 0 bytes
9 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml
index c80638bb38..d3a0ddaf5a 100644
--- a/Source/Android/AndroidManifest.xml
+++ b/Source/Android/AndroidManifest.xml
@@ -18,7 +18,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
- android:icon="@drawable/launcher"
+ android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:name="org.dolphinemu.dolphinemu.DolphinEmulator"
diff --git a/Source/Android/res/drawable-hdpi/ic_launcher.png b/Source/Android/res/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000000..3b9af56e5d
--- /dev/null
+++ b/Source/Android/res/drawable-hdpi/ic_launcher.png
Binary files differ
diff --git a/Source/Android/res/drawable-hdpi/launcher.png b/Source/Android/res/drawable-hdpi/launcher.png
deleted file mode 100644
index da35bbad81..0000000000
--- a/Source/Android/res/drawable-hdpi/launcher.png
+++ /dev/null
Binary files differ
diff --git a/Source/Android/res/drawable-mdpi/ic_launcher.png b/Source/Android/res/drawable-mdpi/ic_launcher.png
new file mode 100644
index 0000000000..065f08541d
--- /dev/null
+++ b/Source/Android/res/drawable-mdpi/ic_launcher.png
Binary files differ
diff --git a/Source/Android/res/drawable-mdpi/launcher.png b/Source/Android/res/drawable-mdpi/launcher.png
deleted file mode 100644
index 03e5eea949..0000000000
--- a/Source/Android/res/drawable-mdpi/launcher.png
+++ /dev/null
Binary files differ
diff --git a/Source/Android/res/drawable-xhdpi/ic_launcher.png b/Source/Android/res/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000..06fdfa1d92
--- /dev/null
+++ b/Source/Android/res/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/Source/Android/res/drawable-xhdpi/launcher.png b/Source/Android/res/drawable-xhdpi/launcher.png
deleted file mode 100644
index 28770da81f..0000000000
--- a/Source/Android/res/drawable-xhdpi/launcher.png
+++ /dev/null
Binary files differ
diff --git a/Source/Android/res/drawable-xxhdpi/ic_launcher.png b/Source/Android/res/drawable-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000000..1f7e577295
--- /dev/null
+++ b/Source/Android/res/drawable-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/Source/Android/res/drawable-xxhdpi/launcher.png b/Source/Android/res/drawable-xxhdpi/launcher.png
deleted file mode 100644
index 7cb72b57bb..0000000000
--- a/Source/Android/res/drawable-xxhdpi/launcher.png
+++ /dev/null
Binary files differ