Clearer launcher icon, new notification icon

This commit is contained in:
str4d
2014-07-08 12:23:36 +00:00
parent 951dd20a20
commit 9c1dc4b68f
10 changed files with 562 additions and 49 deletions

View File

@@ -63,7 +63,7 @@ public class BoteService extends Service implements NetworkStatusListener, NewEm
mStatusBuilder = new NotificationCompat.Builder(this)
.setContentTitle(getResources().getString(R.string.app_name))
.setSmallIcon(R.drawable.ic_launcher)
.setSmallIcon(R.drawable.ic_notif)
.setOngoing(true)
.setOnlyAlertOnce(true);
@@ -252,7 +252,7 @@ public class BoteService extends Service implements NetworkStatusListener, NewEm
break;
default:
b.setSmallIcon(R.drawable.ic_launcher);
b.setSmallIcon(R.drawable.ic_notif);
b.setContentTitle(getResources().getQuantityString(
R.plurals.n_new_emails, numNew, numNew));