NEWUI: insert back newui with hidden password

This commit is contained in:
Pakin 2024-08-21 13:14:45 +07:00
parent f7a5c8c601
commit fc6bd5ef15
2 changed files with 50 additions and 1 deletions

View file

@ -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>