Use new icon for install into system notifications

This commit is contained in:
Dominik Schürmann 2015-06-08 16:34:04 +02:00
parent 29c1aaf33c
commit 2e6984bfbe
7 changed files with 1517 additions and 1 deletions
F-Droid
res
drawable-hdpi
drawable-ldpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
src/org/fdroid/fdroid/installer
media/fdroid-logo-2013

Binary file not shown.

After

(image error) Size: 610 B

Binary file not shown.

After

(image error) Size: 344 B

Binary file not shown.

After

(image error) Size: 424 B

Binary file not shown.

After

(image error) Size: 691 B

Binary file not shown.

After

(image error) 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)

File diff suppressed because it is too large Load Diff

After

(image error) Size: 49 KiB