forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogNotification.xml
63 lines (63 loc) · 2.67 KB
/
DialogNotification.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="107">
<controls>
<control type="group">
<visible>!Window.IsVisible(DialogVolumeBar.xml)</visible>
<right>72</right>
<posy>70</posy>
<width>660</width>
<height>100</height>
<include>Animation.FadeIn.Slide</include>
<include>Animation.FadeOut</include>
<control type="image">
<left>7</left>
<top>7</top>
<right>7</right>
<bottom>7</bottom>
<texture colordiffuse="BoxNotification" background="true">common/box21.png</texture>
<visible>!Skin.HasSetting(thumbnails.white)</visible>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>660</width>
<height>100</height>
<colordiffuse>Background</colordiffuse>
<animation effect="fade" start="100" end="90" condition="Skin.HasSetting(osd.usetheme) | [!Window.IsVisible(fullscreenvideo) + !Window.IsVisible(visualisation)]">Conditional</animation>
<texture diffuse="diffuse/wall-fanart.png" border="16">common/rounded-shadow8.png</texture>
</control>
<control type="group">
<control type="image" id="400">
<left>20</left>
<centertop>50%</centertop>
<width>64</width>
<height>64</height>
<aspectratio>keep</aspectratio>
<!--<colordiffuse>Dark1</colordiffuse>-->
<colordiffuse>$VAR[OSDPanelWhite70-Kaitoast]</colordiffuse>
<texture>DefaultIconInfo.png</texture>
</control>
<control type="label" id="401">
<left>104</left>
<width>536</width>
<top>22</top>
<height>24</height>
<aligny>center</aligny>
<font>NotificationBold</font>
<textcolor>Dark1</textcolor>
</control>
<control type="label" id="402">
<left>104</left>
<width>536</width>
<bottom>22</bottom>
<height>24</height>
<aligny>center</aligny>
<font>Tiny</font>
<!--<textcolor>$VAR[ColorHighlight]</textcolor>-->
</control>
</control>
</control>
</controls>
</window>