Adding brighter icon for online status (#49)
Added two brighter version of status icons and made online status more recognasible.
This commit is contained in:
parent
ffacf70a4f
commit
0ce6a8619b
|
@ -49,6 +49,7 @@ set(RESOURCE_LIST
|
|||
icons/scalable/status/dino-status-chat.svg
|
||||
icons/scalable/status/dino-status-dnd.svg
|
||||
icons/scalable/status/dino-status-online.svg
|
||||
icons/scalable/status/dino-status-online-bright.svg
|
||||
icons/scalable/status/dino-status-offline.svg
|
||||
icons/scalable/status/dino-tick-symbolic.svg
|
||||
icons/scalable/status/dino-video-off-symbolic.svg
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
<file>icons/scalable/status/dino-status-chat.svg</file>
|
||||
<file>icons/scalable/status/dino-status-dnd.svg</file>
|
||||
<file>icons/scalable/status/dino-status-online.svg</file>
|
||||
<file>icons/scalable/status/dino-status-online-bright.svg</file>
|
||||
<file>icons/scalable/status/dino-status-offline.svg</file>
|
||||
<file>icons/scalable/status/dino-tick-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-video-off-symbolic.svg</file>
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg width="99.999997" height="99.999997" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<g class="layer">
|
||||
<title>Layer 1</title>
|
||||
<g id="svg_1">
|
||||
<circle cx="50" cy="50" fill="#00ff00" fill-rule="evenodd" id="svg_2" r="50"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 316 B |
|
@ -1,6 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28.222mm" height="28.222mm" version="1.1" viewBox="0 0 99.999997 99.999997" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="translate(-62.857 -678.08)">
|
||||
<circle cx="112.86" cy="728.08" r="50" style="fill-rule:evenodd;fill:#81c784"/>
|
||||
<?xml version="1.0"?>
|
||||
<svg width="99.999997" height="99.999997" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<g class="layer">
|
||||
<title>Layer 1</title>
|
||||
<g id="svg_1">
|
||||
<circle cx="50" cy="50" fill="#00ff00" fill-rule="evenodd" id="svg_2" r="50"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 316 B |
|
@ -43,7 +43,7 @@ public class ListRow : Object {
|
|||
}
|
||||
|
||||
public void set_online() {
|
||||
status_image.icon_name = "dino-status-online";
|
||||
status_image.icon_name = "dino-status-online-bright";
|
||||
}
|
||||
|
||||
public void set_offline() {
|
||||
|
|
Loading…
Reference in a new issue