Changed notification icon and updated library versions
@ -24,11 +24,11 @@ public class NetworkNotification extends AbstractNotification {
|
||||
|
||||
public NetworkNotification(Context ctx) {
|
||||
super(ctx);
|
||||
builder = new NotificationCompat.Builder(ctx);
|
||||
builder.setSmallIcon(R.drawable.ic_notification_new_message)
|
||||
.setContentTitle(ctx.getString(R.string.bitmessage_active));
|
||||
builder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
|
||||
bmc = Singleton.getBitmessageContext(ctx);
|
||||
builder = new NotificationCompat.Builder(ctx);
|
||||
builder.setSmallIcon(R.drawable.ic_notification_full_node)
|
||||
.setContentTitle(ctx.getString(R.string.bitmessage_active))
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
|
||||
}
|
||||
|
||||
@SuppressLint("StringFormatMatches")
|
||||
|
BIN
app/src/main/res/drawable-hdpi-v11/ic_notification_full_node.png
Normal file
After Width: | Height: | Size: 423 B |
BIN
app/src/main/res/drawable-hdpi/ic_notification_full_node.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
app/src/main/res/drawable-mdpi-v11/ic_notification_full_node.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
app/src/main/res/drawable-mdpi/ic_notification_full_node.png
Normal file
After Width: | Height: | Size: 317 B |
After Width: | Height: | Size: 584 B |
BIN
app/src/main/res/drawable-xhdpi/ic_notification_full_node.png
Normal file
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 976 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_notification_full_node.png
Normal file
After Width: | Height: | Size: 699 B |