diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-01-28 16:46:10 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-01-28 16:46:10 +0100 |
commit | 95549472859660bb6bd4bd45fc0d00c86e970d22 (patch) | |
tree | 569bf35849d017c8abe7e2b5f6bfe7cd0cd9c680 /main | |
parent | 2894377e1dbcabc267566fc2c962e80f66e51d2a (diff) |
Change icon to something a bit more good looking
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/AndroidManifest.xml | 2 | ||||
-rwxr-xr-x | main/src/main/res/mipmap-hdpi/ic_launcher.png | bin | 0 -> 1686 bytes | |||
-rwxr-xr-x | main/src/main/res/mipmap-mdpi/ic_launcher.png | bin | 0 -> 1098 bytes | |||
-rwxr-xr-x | main/src/main/res/mipmap-xhdpi/ic_launcher.png | bin | 0 -> 2494 bytes | |||
-rwxr-xr-x | main/src/main/res/mipmap-xxhdpi/ic_launcher.png | bin | 0 -> 4429 bytes | |||
-rwxr-xr-x | main/src/main/res/mipmap-xxxhdpi/ic_launcher.png | bin | 0 -> 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 Binary files differnew file mode 100755 index 00000000..4acd8429 --- /dev/null +++ b/main/src/main/res/mipmap-hdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-mdpi/ic_launcher.png b/main/src/main/res/mipmap-mdpi/ic_launcher.png Binary files differnew file mode 100755 index 00000000..fc35dfd0 --- /dev/null +++ b/main/src/main/res/mipmap-mdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-xhdpi/ic_launcher.png b/main/src/main/res/mipmap-xhdpi/ic_launcher.png Binary files differnew file mode 100755 index 00000000..3a09bfe5 --- /dev/null +++ b/main/src/main/res/mipmap-xhdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-xxhdpi/ic_launcher.png b/main/src/main/res/mipmap-xxhdpi/ic_launcher.png Binary files differnew file mode 100755 index 00000000..01bf65df --- /dev/null +++ b/main/src/main/res/mipmap-xxhdpi/ic_launcher.png diff --git a/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png Binary files differnew file mode 100755 index 00000000..537d313a --- /dev/null +++ b/main/src/main/res/mipmap-xxxhdpi/ic_launcher.png |