New notify icon
@@ -495,7 +495,7 @@ public class PassphraseCacheService extends Service {
|
||||
NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
|
||||
builder.setSmallIcon(R.drawable.ic_stat_notify)
|
||||
builder.setSmallIcon(R.drawable.ic_stat_notify_24dp)
|
||||
.setLargeIcon(getBitmap(R.drawable.ic_launcher, getBaseContext()))
|
||||
.setContentTitle(getString(R.string.app_name))
|
||||
.setContentText(String.format(getString(R.string.passp_cache_notif_n_keys),
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_stat_notify_24dp.png
Normal file
|
After Width: | Height: | Size: 919 B |
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_stat_notify_24dp.png
Normal file
|
After Width: | Height: | Size: 654 B |
|
Before Width: | Height: | Size: 2.5 KiB |
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_stat_notify_24dp.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 2.6 KiB |