Browse Source

fixes: icon + localservice.java

pull/526/head
hypnosis-i2p 8 years ago
parent
commit
debd13d8c3
  1. BIN
      qt/i2pd_qt/android/res/drawable/itoopie.png
  2. BIN
      qt/i2pd_qt/android/res/drawable/itoopie_notification_icon.png
  3. 2
      qt/i2pd_qt/android/src/org/purplei2p/i2pd/LocalService.java

BIN
qt/i2pd_qt/android/res/drawable/itoopie.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

BIN
qt/i2pd_qt/android/res/drawable/itoopie_notification_icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

2
qt/i2pd_qt/android/src/org/purplei2p/i2pd/LocalService.java

@ -77,7 +77,7 @@ public class LocalService extends Service { @@ -77,7 +77,7 @@ public class LocalService extends Service {
// Set the info for the views that show in the notification panel.
Notification notification = new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.itoopie) // the status icon
.setSmallIcon(R.drawable.itoopie_notification_icon) // the status icon
.setTicker(text) // the status text
.setWhen(System.currentTimeMillis()) // the time stamp
.setContentTitle(getText(R.string.local_service_label)) // the label of the entry

Loading…
Cancel
Save