aboutsummaryrefslogtreecommitdiffstats
path: root/art/render.rb
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-05-02 11:38:56 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-05-02 11:38:56 +0200
commit53fea9e1fe25a1f0f2a7fe219195b0009ecb4f5b (patch)
tree43b9e09d39aa58201585e4879ee8fbaa8aae0173 /art/render.rb
parent8617932aad2f9604d7d5ce1321da6926a7bf2f37 (diff)
replace send button with quick action button as long as no text has been entered
Diffstat (limited to 'art/render.rb')
-rwxr-xr-xart/render.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/art/render.rb b/art/render.rb
index 2ab3e94f..32d06f8f 100755
--- a/art/render.rb
+++ b/art/render.rb
@@ -10,6 +10,22 @@ images = {
'conversations_baloon.svg' => ['ic_launcher', 48],
'conversations_mono.svg' => ['ic_notification', 24],
'ic_received_indicator.svg' => ['ic_received_indicator', 12],
+ 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36],
+ 'ic_send_text_online.svg' => ['ic_send_text_online', 36],
+ 'ic_send_text_away.svg' => ['ic_send_text_away', 36],
+ 'ic_send_text_dnd.svg' => ['ic_send_text_dnd', 36],
+ 'ic_send_photo_online.svg' => ['ic_send_photo_online', 36],
+ 'ic_send_photo_offline.svg' => ['ic_send_photo_offline', 36],
+ 'ic_send_photo_away.svg' => ['ic_send_photo_away', 36],
+ 'ic_send_photo_dnd.svg' => ['ic_send_photo_dnd', 36],
+ 'ic_send_location_online.svg' => ['ic_send_location_online', 36],
+ 'ic_send_location_offline.svg' => ['ic_send_location_offline', 36],
+ 'ic_send_location_away.svg' => ['ic_send_location_away', 36],
+ 'ic_send_location_dnd.svg' => ['ic_send_location_dnd', 36],
+ 'ic_send_voice_online.svg' => ['ic_send_voice_online', 36],
+ 'ic_send_voice_offline.svg' => ['ic_send_voice_offline', 36],
+ 'ic_send_voice_away.svg' => ['ic_send_voice_away', 36],
+ 'ic_send_voice_dnd.svg' => ['ic_send_voice_dnd', 36],
}
images.each do |source, result|
resolutions.each do |name, factor|