summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Kover <dkover@cyngn.com>2015-03-13 17:45:55 -0700
committerDave Kover <dkover@cyngn.com>2015-03-13 18:37:45 -0700
commit0e62bfaf2f382f9219528d51351c163329012446 (patch)
treefdefe46953a6df175dd44eed15e4915896b004ea /src
parent1d81b80eb61bcaebb1b2f85b0a3c4a61aea75abe (diff)
downloadpackages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.zip
packages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.tar.gz
packages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.tar.bz2
Remove old branding from iconography.
Update launcher icon and remove the mark. Update ic_themestore to remove the old mark and turn resource into a vector drawable. Fix HDPI notification icon to be correct size. Change-Id: I3f12975a1e510c4e2bdbf668456b5370dcee9bcd
Diffstat (limited to 'src')
-rw-r--r--src/com/cyngn/theme/util/NotificationHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyngn/theme/util/NotificationHelper.java b/src/com/cyngn/theme/util/NotificationHelper.java
index c4ff73d..d6474be 100644
--- a/src/com/cyngn/theme/util/NotificationHelper.java
+++ b/src/com/cyngn/theme/util/NotificationHelper.java
@@ -67,7 +67,7 @@ public class NotificationHelper {
.setContentIntent(pi)
.setSmallIcon(R.drawable.ic_notify)
.setLargeIcon(BitmapFactory.decodeResource(context.getResources(),
- R.drawable.ic_app_themes))
+ R.mipmap.ic_app_themes))
.setWhen(System.currentTimeMillis())
.build();
if (themeCount > 1) notice.number = themeCount;