22 lines
284 B
XML
22 lines
284 B
XML
{
|
|
"widgettype":"BoxLayout",
|
|
"options":{
|
|
"size_hint":[0.5, 0.5],
|
|
"ModalBehavior":{
|
|
"auto_open":true,
|
|
"anchor":"br",
|
|
"auto_dismiss":true
|
|
}
|
|
},
|
|
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"otext":"this is a Modal Test",
|
|
"i18n":true
|
|
}
|
|
}
|
|
]
|
|
}
|