diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-09-23 00:23:10 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-09-23 00:25:34 -0500 |
| commit | 1da6469c62fa1b4fd669a48cb583e161d5cb2713 (patch) | |
| tree | d515c198930b9cbaa19016f014708327b36d6113 /Source/Android | |
| parent | c8c83f7b8a0b36191755dccfad70019e8610c698 (diff) | |
[Android] Use new 4.0 icon.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | Source/Android/res/drawable-hdpi/ic_launcher.png | bin | 0 -> 2675 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-hdpi/launcher.png | bin | 14225 -> 0 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-mdpi/ic_launcher.png | bin | 0 -> 1665 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-mdpi/launcher.png | bin | 8634 -> 0 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-xhdpi/ic_launcher.png | bin | 0 -> 3828 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-xhdpi/launcher.png | bin | 23020 -> 0 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-xxhdpi/ic_launcher.png | bin | 0 -> 6063 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-xxhdpi/launcher.png | bin | 82300 -> 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 Binary files differnew file mode 100644 index 0000000000..3b9af56e5d --- /dev/null +++ b/Source/Android/res/drawable-hdpi/ic_launcher.png diff --git a/Source/Android/res/drawable-hdpi/launcher.png b/Source/Android/res/drawable-hdpi/launcher.png Binary files differdeleted file mode 100644 index da35bbad81..0000000000 --- a/Source/Android/res/drawable-hdpi/launcher.png +++ /dev/null diff --git a/Source/Android/res/drawable-mdpi/ic_launcher.png b/Source/Android/res/drawable-mdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000000..065f08541d --- /dev/null +++ b/Source/Android/res/drawable-mdpi/ic_launcher.png diff --git a/Source/Android/res/drawable-mdpi/launcher.png b/Source/Android/res/drawable-mdpi/launcher.png Binary files differdeleted file mode 100644 index 03e5eea949..0000000000 --- a/Source/Android/res/drawable-mdpi/launcher.png +++ /dev/null diff --git a/Source/Android/res/drawable-xhdpi/ic_launcher.png b/Source/Android/res/drawable-xhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000000..06fdfa1d92 --- /dev/null +++ b/Source/Android/res/drawable-xhdpi/ic_launcher.png diff --git a/Source/Android/res/drawable-xhdpi/launcher.png b/Source/Android/res/drawable-xhdpi/launcher.png Binary files differdeleted file mode 100644 index 28770da81f..0000000000 --- a/Source/Android/res/drawable-xhdpi/launcher.png +++ /dev/null diff --git a/Source/Android/res/drawable-xxhdpi/ic_launcher.png b/Source/Android/res/drawable-xxhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000000..1f7e577295 --- /dev/null +++ b/Source/Android/res/drawable-xxhdpi/ic_launcher.png diff --git a/Source/Android/res/drawable-xxhdpi/launcher.png b/Source/Android/res/drawable-xxhdpi/launcher.png Binary files differdeleted file mode 100644 index 7cb72b57bb..0000000000 --- a/Source/Android/res/drawable-xxhdpi/launcher.png +++ /dev/null |
