taobin_project/landscape/xml/menu_list.xml
2024-02-08 13:25:14 +07:00

61 lines
1 KiB
XML

<Popup>
<Cache> "Enable" </Cache>
<Width> 1920</Width>
<Height> 1080 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
SAVELOG "Landscape mode"
RootLayoutVisible 2 "show"
Var Timeout = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
Var Timeout = Timeout + 1
Machine MenuLayoutNew
If Timeout > 15 Then
Open "ROOT/taobin_project/landscape/xml/menu_list.xml"
EndIf
</EventTimeout>
<EventEnd>
Open "ROOT/taobin_project/landscape/xml/menu_list.xml"
</EventEnd>
<Video>
<X> 0 </X>
<Y> 0 </Y>
<Width> 1920</Width>
<Height> 1080 </Height>
<Loop> "true" </Loop>
<Filename> "ROOT/taobin_project/adv/taobin_adv_02.mp4" </Filename>
</Video>
<Button>
<X> 0 </X>
<Y> 0 </Y>
<Width> 1920 </Width>
<Height> 1080 </Height>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Var result = "-"
CheckApp "com.forthrd.taoslave" result
If result = "true" Then
Counter "Dashboard"
Else
MainMenu
EndIf
</EventClick>
</Button>
</Popup>