-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapl_welcome.json
66 lines (66 loc) · 2.28 KB
/
apl_welcome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"type": "APL",
"version": "1.4",
"settings": {},
"theme": "dark",
"import": [
{
"name": "alexa-layouts",
"version": "1.2.0"
}
],
"resources": [],
"styles": {},
"onMount": [],
"graphics": {},
"commands": {},
"layouts": {},
"mainTemplate": {
"parameters": [
"payload"
],
"type": "Container",
"height": "100%",
"items": [
{
"type": "Container",
"items": [
{
"type": "Image",
"height": "${@viewportProfile == @hubRoundSmall ? '60%' : '70%'}",
"width": "${@viewportProfile == @hubRoundSmall ? '98%' : '100%'}",
"scale": "best-fit",
"source": "https://cdn.vox-cdn.com/thumbor/UxCeCA6gfcygLzCJH2uCTLP8b38=/1400x788/filters:format(png)/cdn.vox-cdn.com/uploads/chorus_asset/file/14830618/Screen_Shot_2019_02_27_at_3.10.27_PM.png"
},
{
"type": "Text",
"text": "Making Fun at Home",
"fontSize": "34dp",
"fontWeight": "bold",
"paddingTop": "12dp",
"paddingLeft": "0dp",
"paddingBottom": "0dp",
"textAlign": "${@viewportProfile == @hubRoundSmall ? 'center' : 'left'}",
"height": "10%",
"width": "100%"
},
{
"when": "${@viewportProfile != @hubRoundSmall}",
"type": "Text",
"text": "You can ask me to show you a trending video!",
"fontSize": "32dp",
"fontWeight": "regular",
"fontStyle": "italic",
"paddingTop": "50dp",
"paddingRight": "15dp",
"textAlign": "right",
"height": "20%",
"width": "100%"
}
],
"height": "100%",
"width": "100%"
}
]
}
}