Revert "New SVG icon for the notification"

This reverts commit d16ee80ce9.
This commit is contained in:
serso
2016-04-18 19:14:09 +02:00
parent d16ee80ce9
commit ea3c236a3a
2 changed files with 1 additions and 10 deletions

View File

@@ -171,7 +171,7 @@ public class FloatingCalculatorService extends Service implements FloatingViewLi
private void showNotification() {
final NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
builder.setSmallIcon(R.drawable.ic_calculator_white_24dp);
builder.setSmallIcon(R.drawable.kb_logo);
builder.setContentTitle(getText(R.string.c_app_name));
builder.setContentText(getString(R.string.open_onscreen_calculator));
builder.setOngoing(true);