NEWUI: insert back newui with hidden password
This commit is contained in:
parent
f7a5c8c601
commit
fc6bd5ef15
2 changed files with 50 additions and 1 deletions
|
|
@ -870,6 +870,40 @@
|
|||
<Value> "Enable CreditCard" </Value>
|
||||
</Text>
|
||||
|
||||
;EnableNewBrewUI
|
||||
<Image>
|
||||
<X> info2_startX </X>
|
||||
<Y> info_13Y </Y>
|
||||
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
|
||||
<State> eval(
|
||||
If EnableNewBrewUI = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
) </State>
|
||||
<EventClick>
|
||||
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/vending_info2.xml"
|
||||
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> info2_text_startX </X>
|
||||
<Y> info_text_13Y </Y>
|
||||
<Size> 30 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<State> eval(
|
||||
If EnableNewBrewUI = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
) </State>
|
||||
<Value> "New ui V2" </Value>
|
||||
</Text>
|
||||
|
||||
;<QRCode>
|
||||
;<X> 930 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue