Use new icon for install into system notifications
This commit is contained in:
parent
29c1aaf33c
commit
2e6984bfbe
BIN
F-Droid/res/drawable-hdpi/ic_stat_notify.png
Normal file
BIN
F-Droid/res/drawable-hdpi/ic_stat_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 610 B |
BIN
F-Droid/res/drawable-ldpi/ic_stat_notify.png
Normal file
BIN
F-Droid/res/drawable-ldpi/ic_stat_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 344 B |
BIN
F-Droid/res/drawable-mdpi/ic_stat_notify.png
Normal file
BIN
F-Droid/res/drawable-mdpi/ic_stat_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 424 B |
BIN
F-Droid/res/drawable-xhdpi/ic_stat_notify.png
Normal file
BIN
F-Droid/res/drawable-xhdpi/ic_stat_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 691 B |
BIN
F-Droid/res/drawable-xxhdpi/ic_stat_notify.png
Normal file
BIN
F-Droid/res/drawable-xxhdpi/ic_stat_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -126,7 +126,7 @@ public class InstallIntoSystemDialogActivity extends FragmentActivity {
|
||||
NotificationCompat.Builder builder =
|
||||
new NotificationCompat.Builder(context)
|
||||
.setContentIntent(resultPendingIntent)
|
||||
.setSmallIcon(R.drawable.ic_launcher)
|
||||
.setSmallIcon(R.drawable.ic_stat_notify)
|
||||
.setContentTitle(context.getString(R.string.system_install_first_time_notification))
|
||||
.setContentText(context.getString(R.string.system_install_first_time_notification_message_short))
|
||||
.setDefaults(Notification.DEFAULT_ALL)
|
||||
|
1516
media/fdroid-logo-2013/default_notification.svg
Normal file
1516
media/fdroid-logo-2013/default_notification.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 49 KiB |
Loading…
x
Reference in New Issue
Block a user