From 0e62bfaf2f382f9219528d51351c163329012446 Mon Sep 17 00:00:00 2001 From: Dave Kover Date: Fri, 13 Mar 2015 17:45:55 -0700 Subject: 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 --- src/com/cyngn/theme/util/NotificationHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.1