Made a small revision to the notification icon.
This commit is contained in:
parent
0ed8691057
commit
a439674253
8 changed files with 1 additions and 1 deletions
app/src/main
java/com/keylesspalace/tusky
res
drawable-hdpi-v11
drawable-mdpi-v11
drawable-xhdpi-v11
drawable-xxhdpi-v11
mipmap-hdpi
mipmap-ldpi
mipmap-xhdpi
|
@ -204,7 +204,7 @@ public class PullNotificationService extends IntentService {
|
|||
mentions.get(0).displayName);
|
||||
}
|
||||
NotificationCompat.Builder builder = new NotificationCompat.Builder(this)
|
||||
.setSmallIcon(R.mipmap.ic_notify)
|
||||
.setSmallIcon(R.drawable.ic_notify)
|
||||
.setContentTitle(title);
|
||||
if (icon != null) {
|
||||
builder.setLargeIcon(icon);
|
||||
|
|
BIN
app/src/main/res/drawable-hdpi-v11/ic_notify.png
Normal file
BIN
app/src/main/res/drawable-hdpi-v11/ic_notify.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 789 B |
BIN
app/src/main/res/drawable-mdpi-v11/ic_notify.png
Normal file
BIN
app/src/main/res/drawable-mdpi-v11/ic_notify.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 531 B |
BIN
app/src/main/res/drawable-xhdpi-v11/ic_notify.png
Normal file
BIN
app/src/main/res/drawable-xhdpi-v11/ic_notify.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1 KiB |
BIN
app/src/main/res/drawable-xxhdpi-v11/ic_notify.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi-v11/ic_notify.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.7 KiB |
Binary file not shown.
Before ![]() (image error) Size: 918 B |
Binary file not shown.
Before ![]() (image error) Size: 529 B |
Binary file not shown.
Before ![]() (image error) Size: 1.3 KiB |
Loading…
Add table
Reference in a new issue