forked from mirror/monocles_chat_clean
render ic_launcher. fixes #1919
This commit is contained in:
parent
da34de153f
commit
eb38bb2da6
3 changed files with 3 additions and 2 deletions
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
1
art/main_logo.svg
Symbolic link
1
art/main_logo.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
ic_launcher.svg
|
|
@ -11,8 +11,8 @@ resolutions = {
|
||||||
}
|
}
|
||||||
|
|
||||||
images = {
|
images = {
|
||||||
'conversations_baloon.svg' => ['ic_launcher', 48],
|
'ic_launcher.svg' => ['ic_launcher', 48],
|
||||||
'conversations_baloon.svg' => ['main_logo', 200],
|
'main_logo.svg' => ['main_logo', 200],
|
||||||
'conversations_mono.svg' => ['ic_notification', 24],
|
'conversations_mono.svg' => ['ic_notification', 24],
|
||||||
'ic_received_indicator.svg' => ['ic_received_indicator', 12],
|
'ic_received_indicator.svg' => ['ic_received_indicator', 12],
|
||||||
'ic_send_text_offline.svg' => ['ic_send_text_offline', 36],
|
'ic_send_text_offline.svg' => ['ic_send_text_offline', 36],
|
||||||
|
|
Loading…
Reference in a new issue