Sard
This commit is contained in:
parent
5008b73c4c
commit
922ae67bd3
21 changed files with 90 additions and 1591 deletions
|
|
@ -140,6 +140,10 @@
|
|||
Var ButtontoTopupMenu = "Disable"
|
||||
|
||||
EndIf
|
||||
|
||||
READ_FILE "/mnt/sdcard/new_layout" new_layout
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -271,7 +275,11 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink2.xml"
|
||||
If new_layout = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_coffee.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_catalog_choose_drink2.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue