Do taobin project

This commit is contained in:
Wanlop 2020-09-14 19:47:50 +07:00
parent ffbe9376ec
commit 3c8a4cf3ca
18 changed files with 348 additions and 61 deletions

67
xml/menu_catalog.xml Normal file
View file

@ -0,0 +1,67 @@
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xE5E5E5" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
TopView "show"
; On open
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
TimerReset
</EventTimeout>
<Image>
<X> 0 </X>
<Y> 0 </Y>
<Filename> "ROOT/taobin_project/image/page2/ad_blank1.png" </Filename>
</Image>
; back
<Button>
<X> 19 </X>
<Y> 420 </Y>
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow.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>
<Button>
<X> 990 </X>
<Y> 438 </Y>
<Filename> "ROOT/taobin_project/image/page2/bn_eng_lang.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page2/bn_eng_lang.png" </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
</EventClick>
</Button>
<Image>
<X> 122 </X>
<Y> 547 </Y>
<Filename> "ROOT/taobin_project/image/page2/text2.png" </Filename>
</Image>
<Image>
<X> 122 </X>
<Y> 644 </Y>
<Filename> "ROOT/taobin_project/image/page2/text1.png" </Filename>
</Image>
</Popup>