diff options
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], } |