Skip to content

Instantly share code, notes, and snippets.

@aondio
Created November 27, 2018 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aondio/864d859f1d189d0439be5798c6d123e3 to your computer and use it in GitHub Desktop.
Save aondio/864d859f1d189d0439be5798c6d123e3 to your computer and use it in GitHub Desktop.
{
"type": "APL",
"version": "1.0",
"theme": "dark",
"import": [],
"resources": [],
"styles": {},
"layouts": {},
"mainTemplate": {
"parameters": [
"datasource"
],
"items": [
{
"type": "Frame",
"height": "100%",
"width": "100%",
"backgroundColor": "grey",
"items": [
{
"type": "Text",
"text": "Allungamento di spalla-braccio-polso",
"fontSize": "20dp",
"textAlign": "center"
},
{
"type": "Image",
"source": "http://www.arrampicata.info/images/stretching/0506-spalla-braccio-polso.jpg",
"scale": "fill",
"height": "100%",
"width": "100%"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment