summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2015-02-28 04:04:03 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-02-28 15:03:34 +0000
commit9b35b16017f883077cb8f8351c8a3d3bb8d84af9 (patch)
tree86eb4ae97dcd44dc250beabd269bb6be277e1ec7
parent42ac023d35ae0a8192dd5f79e175e2496c15a88f (diff)
downloadpackages_apps_LockClock-9b35b16017f883077cb8f8351c8a3d3bb8d84af9.zip
packages_apps_LockClock-9b35b16017f883077cb8f8351c8a3d3bb8d84af9.tar.gz
packages_apps_LockClock-9b35b16017f883077cb8f8351c8a3d3bb8d84af9.tar.bz2
cLock: update to a new material icon
Change-Id: Ic0a9a881bf4686245d44a7212788b7b511a353a3 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/drawable-hdpi/ic_launcher.pngbin1798 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_launcher.pngbin1123 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_launcher.pngbin2441 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_launcher.pngbin3534 -> 0 bytes
-rw-r--r--res/mipmap-hdpi/ic_launcher.pngbin0 -> 4050 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher.pngbin0 -> 2552 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher.pngbin0 -> 5444 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 8301 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 11192 bytes
10 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 60697c7..8d45a72 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,7 +38,7 @@
<application
android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Main"
android:name=".WidgetApplication" >
diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index c4ec0d8..0000000
--- a/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 391fd06..0000000
--- a/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 1dbdab5..0000000
--- a/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index 59dafbf..0000000
--- a/res/drawable-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..311d006
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..550f92d
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..f63bb9e
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..ea78e3f
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..1f048bc
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ