Skip to content

Commit

Permalink
Remove unused icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoshibata committed Aug 7, 2018
1 parent 16921c9 commit bc7599e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed app/src/main/res/mipmap-hdpi/notification_icon.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-ldpi/notification_icon.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/notification_icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion generate-icons.py
Expand Up @@ -53,7 +53,7 @@ def main():
'hdpi': (24, 38),
}
for dpi, resolution in notification_resolutions.items():
convert(assets_src / 'notification_icon.png', mipmap(dpi), resolution)
convert(assets_src / 'notification_icon.png', drawable(dpi), resolution)
print('Compressing PNG')
for png in (f for directory in (res, assets_src) for f in directory.glob('**/*.png') ):
pngquant(png)
Expand Down

0 comments on commit bc7599e

Please sign in to comment.