relan
db3e8a62c4
Update raster icons
Script used to generate raster icons:
function rasterize_icon {
inkscape media/fdroid-logo-2015/$1.svg -e F-Droid/res/drawable-$4/$2.png -w $3 -h $3
}
function rasterize {
rasterize_icon $2 $3 $(( 18 * $1 )) ldpi
rasterize_icon $2 $3 $(( 24 * $1 )) mdpi
rasterize_icon $2 $3 $(( 36 * $1 )) hdpi
rasterize_icon $2 $3 $(( 48 * $1 )) xhdpi
rasterize_icon $2 $3 $(( 72 * $1 )) xxhdpi
rasterize_icon $2 $3 $(( 96 * $1 )) xxxhdpi
}
rasterize 2 fdroid-logo ic_launcher
rasterize 2 default-app ic_repo_app_default
rasterize 1 default_notification ic_stat_notify
rasterize 1 updates_notification ic_stat_notify_updates
2015-07-04 21:29:16 +03:00
..
2014-12-09 15:36:07 +01:00
2015-04-01 11:32:39 +02:00
2015-07-04 21:29:16 +03:00
2015-06-28 13:37:37 -07:00
2015-06-24 21:36:36 +10:00
2015-06-15 21:19:14 +02:00
2015-06-28 13:41:51 -07:00
2015-06-21 19:13:53 +01:00
2015-04-14 18:08:03 -04:00