Doing
This commit is contained in:
parent
e4e2918fe2
commit
665b5e5201
160 changed files with 2785 additions and 28 deletions
46
xml/menu_drinkok.xml
Normal file
46
xml/menu_drinkok.xml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
Var LidState = "Enable"
|
||||
Var StarwState = "Enable"
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 5000 </Timeout>
|
||||
<EventTimeout>
|
||||
Open "ROOT/taobin_project/xml/menu_back_to_main.xml"
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page2/ad_blank1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 82 </X>
|
||||
<Y> 508 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/complete/img1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 217 </X>
|
||||
<Y> 1640 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/complete/bn_goto_main.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/complete/bp_goto_main.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/menu_back_to_main.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue