First commit
This commit is contained in:
87
720p/DialogKaiToast.xml
Normal file
87
720p/DialogKaiToast.xml
Normal file
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
<coordinates>
|
||||
<left>860</left>
|
||||
<top>640</top>
|
||||
</coordinates>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<animation effect="slide" start="0,0" end="-190,0" time="200" condition="Window.IsVisible(BusyDialog)">conditional</animation>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>400</width>
|
||||
<height>70</height>
|
||||
<colordiffuse>EEFFFFFF</colordiffuse>
|
||||
<texture border="12">OverlayDialogBackground.png</texture>
|
||||
</control>
|
||||
<control type="image" id="400">
|
||||
<description>avatar</description>
|
||||
<left>20</left>
|
||||
<top>10</top>
|
||||
<width>50</width>
|
||||
<height>50</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<texture>DefaultFile.png</texture>
|
||||
</control>
|
||||
<control type="fadelabel" id="401">
|
||||
<description>Line 1 Label</description>
|
||||
<left>75</left>
|
||||
<top>15</top>
|
||||
<width>310</width>
|
||||
<height>18</height>
|
||||
<font>font12_title</font>
|
||||
<textcolor>white</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<scrollout>false</scrollout>
|
||||
<pauseatend>2000</pauseatend>
|
||||
</control>
|
||||
<control type="fadelabel" id="402">
|
||||
<description>Line 2 Label</description>
|
||||
<left>75</left>
|
||||
<top>35</top>
|
||||
<width>310</width>
|
||||
<height>20</height>
|
||||
<font>font12_title</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<scrollout>false</scrollout>
|
||||
<pauseatend>2000</pauseatend>
|
||||
</control>
|
||||
<control type="image" id="403">
|
||||
<description>avatar</description>
|
||||
<left>20</left>
|
||||
<top>10</top>
|
||||
<width>50</width>
|
||||
<height>50</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<visible>false</visible>
|
||||
<texture>DefaultIconInfo.png</texture>
|
||||
</control>
|
||||
<control type="image" id="404">
|
||||
<description>avatar</description>
|
||||
<left>20</left>
|
||||
<top>10</top>
|
||||
<width>50</width>
|
||||
<height>50</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<visible>false</visible>
|
||||
<texture>DefaultIconWarning.png</texture>
|
||||
</control>
|
||||
<control type="image" id="405">
|
||||
<description>avatar</description>
|
||||
<left>20</left>
|
||||
<top>10</top>
|
||||
<width>50</width>
|
||||
<height>50</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<visible>false</visible>
|
||||
<texture>DefaultIconError.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user