{
"name": "buttonContainer",
"dataKey": "buttonContainer",
"type": "container",
"constraints": [
{
"type": "pos",
"anchor": "sw",
"relativeAnchor": "sw",
"x": "0dp",
"y": "0dp"
},
{
"type": "size",
"width": "100%",
"height": "150dp"
}
],
"children": [
{
"name": "reset",
"dataKey": "reset",
"type": "image",
"value": "internal://remove",
"tint": "34a7c9",
"scaleType": "scaleAspectFit",
"constraints": [
{
"type": "pos",
"anchor": "sw",
"relativeAnchor": "sw",
"x": "5%",
"y": "-5%"
},
{
"type": "size",
"width": "25%",
"height": "150dp"
}
],
"actions": [
{
"type": "layerAction",
"params": {
"layerName": "goniometer",
"actions": [
{
"type": "reset"
}
]
}
}
]
},
{
"name": "calibrate",
"dataKey": "calibrate",
"type": "image",
"value": "internal://check",
"tint": "34a7c9",
"scaleType": "scaleAspectFit",
"constraints": [
{
"type": "pos",
"anchor": "se",
"relativeAnchor": "se",
"x": "-5%",
"y": "-5%"
},
{
"type": "size",
"width": "25%",
"height": "150dp"
}
],
"actions": [
{
"type": "layerAction",
"params": {
"layerName": "goniometer",
"actions": [
{
"type": "toggleGoniometer"
}
]
}
}
]
}
]
}