Add warning icon

pull/574/head
Alex Baker 7 years ago
parent 03b327dc32
commit 25745efb05

@ -158,7 +158,7 @@ public class GoogleTaskSyncAdapter extends InjectingAbstractThreadedSyncAdapter
.setContentTitle(context.getString(R.string.sync_error_permissions))
.setContentText(context.getString(R.string.common_google_play_services_notification_ticker))
.setAutoCancel(true)
.setSmallIcon(android.R.drawable.ic_dialog_alert)
.setSmallIcon(R.drawable.ic_warning_white_24dp)
.setTicker(context.getString(R.string.common_google_play_services_notification_ticker));
notificationManager.notify(Constants.NOTIFICATION_SYNC_ERROR, builder, true, false, false);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Loading…
Cancel
Save