mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 19:12:45 +01:00
Added new icon for update notification.
This commit is contained in:
parent
930c971035
commit
12b93d6637
@ -131,7 +131,7 @@ public class FetchAppVersionTask extends AsyncTask<Void, Void, String> {
|
||||
|
||||
NotificationCompat.Builder notificationBuilder = new NotificationCompat
|
||||
.Builder(app, app.getString(R.string.app_update_notification_channel_id))
|
||||
.setSmallIcon(R.drawable.ic_newpipe_triangle_white)
|
||||
.setSmallIcon(R.drawable.ic_newpipe_update)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
.setContentIntent(pendingIntent)
|
||||
.setAutoCancel(true)
|
||||
|
BIN
app/src/main/res/drawable-hdpi/ic_newpipe_update.png
Executable file
BIN
app/src/main/res/drawable-hdpi/ic_newpipe_update.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 680 B |
BIN
app/src/main/res/drawable-mdpi/ic_newpipe_update.png
Executable file
BIN
app/src/main/res/drawable-mdpi/ic_newpipe_update.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 401 B |
BIN
app/src/main/res/drawable-xhdpi/ic_newpipe_update.png
Executable file
BIN
app/src/main/res/drawable-xhdpi/ic_newpipe_update.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 734 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_newpipe_update.png
Executable file
BIN
app/src/main/res/drawable-xxhdpi/ic_newpipe_update.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_newpipe_update.png
Executable file
BIN
app/src/main/res/drawable-xxxhdpi/ic_newpipe_update.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user