Kuru/Example/Kuru Example/second_view.json

18 lines
316 B
JSON

{
"type": "screenContainer",
"args" : {
"backgroundColor" : "#000000",
"orientation" : "vertical"
},
"childrens": [
{
"type" : "titleText",
"args" : {
"text" : "Second view",
"textColor" : "#ffffff"
}
}
]
}