summaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-01-28 16:46:10 +0100
committerArne Schwabe <arne@rfc2549.org>2016-01-28 16:46:10 +0100
commit95549472859660bb6bd4bd45fc0d00c86e970d22 (patch)
tree569bf35849d017c8abe7e2b5f6bfe7cd0cd9c680 /main/src
parent2894377e1dbcabc267566fc2c962e80f66e51d2a (diff)
Change icon to something a bit more good looking
Diffstat (limited to 'main/src')
-rw-r--r--main/src/main/AndroidManifest.xml2
-rwxr-xr-xmain/src/main/res/mipmap-hdpi/ic_launcher.pngbin0 -> 1686 bytes
-rwxr-xr-xmain/src/main/res/mipmap-mdpi/ic_launcher.pngbin0 -> 1098 bytes
-rwxr-xr-xmain/src/main/res/mipmap-xhdpi/ic_launcher.pngbin0 -> 2494 bytes
-rwxr-xr-xmain/src/main/res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 4429 bytes
-rwxr-xr-xmain/src/main/res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 6691 bytes
6 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml
index c0d15efd..310995f1 100644
--- a/main/src/main/AndroidManifest.xml
+++ b/main/src/main/AndroidManifest.xml
@@ -27,7 +27,7 @@
<application
android:name=".core.ICSOpenVPNApplication"
android:allowBackup="true"
- android:icon="@drawable/icon"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app"
android:supportsRtl="true"
android:theme="@style/blinkt"
diff --git a/main/src/main/res/mipmap-hdpi/ic_launcher.png b/main/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100755
index 00000000..4acd8429
--- /dev/null
+++ b/main/src/main/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/main/src/main/res/mipmap-mdpi/ic_launcher.png b/main/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100755
index 00000000..fc35dfd0
--- /dev/null
+++ b/main/src/main/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/main/src/main/res/mipmap-xhdpi/ic_launcher.png b/main/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100755
index 00000000..3a09bfe5
--- /dev/null
+++ b/main/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/main/src/main/res/mipmap-xxhdpi/ic_launcher.png b/main/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100755
index 00000000..01bf65df
--- /dev/null
+++ b/main/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100755
index 00000000..537d313a
--- /dev/null
+++ b/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ