Clearer launcher icon, new notification icon
@@ -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));
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/drawable-hdpi/ic_notif.png
Normal file
|
After Width: | Height: | Size: 825 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.6 KiB |
BIN
app/src/main/res/drawable-mdpi/ic_notif.png
Normal file
|
After Width: | Height: | Size: 580 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_notif.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |