Use white icon for notifications

This commit is contained in:
Branden Archer
2017-12-27 18:52:04 -05:00
parent d84b27adc8
commit 388b9b378f
5 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ public class ListenActivity extends Activity
{
NotificationCompat.Builder mBuilder =
new NotificationCompat.Builder(ListenActivity.this)
.setSmallIcon(R.drawable.ic_launcher)
.setSmallIcon(R.drawable.listening_notification)
.setContentTitle(getString(R.string.app_name))
.setContentText(getString(R.string.listening));
@@ -166,7 +166,7 @@ public class ListenActivity extends Activity
statusText.setText(R.string.disconnected);
NotificationCompat.Builder mBuilder =
new NotificationCompat.Builder(ListenActivity.this)
.setSmallIcon(R.drawable.ic_launcher)
.setSmallIcon(R.drawable.listening_notification)
.setContentTitle(getString(R.string.app_name))
.setContentText(getString(R.string.disconnected));
_mNotifyMgr.notify(mNotificationId, mBuilder.build());

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB