diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-13 14:36:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-13 14:36:19 +0200 |
commit | d61e4cce1075e3561406be96b402def5f90dcd58 (patch) | |
tree | 9f87da827dd8c68dd73473a5e154eee87aea7000 /art/render.rb | |
parent | c423da46b20fd723d37fcc17722ecbeb64050c80 (diff) |
reworked muc details and contact details a bit
Diffstat (limited to 'art/render.rb')
-rwxr-xr-x | art/render.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/art/render.rb b/art/render.rb index a78a2f47..f2d66b9a 100755 --- a/art/render.rb +++ b/art/render.rb @@ -1,6 +1,6 @@ #!/bin/env ruby resolutions={'mdpi'=> 1, 'hdpi' => 1.5, 'xhdpi' => 2, 'xxhdpi' => 3} -images = { 'conversations.svg' => ['ic_launcher', 48], 'conversations_baloon.svg' => ['ic_activity', 32], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_action_copy.svg' => ['ic_action_copy', 32] } +images = { 'conversations.svg' => ['ic_launcher', 48], 'conversations_baloon.svg' => ['ic_activity', 32], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12] } images.each do |source, result| resolutions.each do |name, factor| size = factor * result[1] |