New SVG icon for the notification
This commit is contained in:
@@ -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.kb_logo);
|
||||
builder.setSmallIcon(R.drawable.ic_calculator_white_24dp);
|
||||
builder.setContentTitle(getText(R.string.c_app_name));
|
||||
builder.setContentText(getString(R.string.open_onscreen_calculator));
|
||||
builder.setOngoing(true);
|
||||
|
Reference in New Issue
Block a user