diff options
Diffstat (limited to 'art')
-rwxr-xr-x | art/render.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/art/render.rb b/art/render.rb index 386366a4..2ab3e94f 100755 --- a/art/render.rb +++ b/art/render.rb @@ -4,6 +4,7 @@ resolutions={ 'hdpi' => 1.5, 'xhdpi' => 2, 'xxhdpi' => 3, + 'xxxhdpi' => 4, } images = { 'conversations_baloon.svg' => ['ic_launcher', 48], |