diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-11-17 17:23:58 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-11-17 17:23:58 +0100 |
commit | e30e84c81909066b5adcaa0ca135049ce45b1356 (patch) | |
tree | 5be56d1458e69f9a5a3661c5ce71ba579155695f /art/render.rb | |
parent | ceecc8ffe75093f78b05cd4c7f14bbe82e2f5d38 (diff) |
slightly modified logo / launcher icon
Diffstat (limited to 'art/render.rb')
-rwxr-xr-x | art/render.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/art/render.rb b/art/render.rb index 7999996d..386366a4 100755 --- a/art/render.rb +++ b/art/render.rb @@ -6,8 +6,7 @@ resolutions={ 'xxhdpi' => 3, } images = { - 'conversations.svg' => ['ic_launcher', 48], - 'conversations_baloon.svg' => ['ic_activity', 32], + 'conversations_baloon.svg' => ['ic_launcher', 48], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], } |