aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2015-01-21 23:00:35 -0500
committerSam Whited <sam@samwhited.com>2015-01-29 15:28:26 -0500
commit48604a66201e0c0f403ba1576e35833c7407a7d0 (patch)
tree2e36b529262f3d18565c7835b4d86b477d748a0d /art
parentc237a550932b7e68f2f754b8fe33248ae9f0ee5c (diff)
Use Material Design Icons on API 21+
Diffstat (limited to 'art')
-rwxr-xr-xart/render.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/art/render.rb b/art/render.rb
index 386366a42..2ab3e94fc 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],