forked from dengyin2000/dynamic_widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsablon.json
69 lines (69 loc) · 1.57 KB
/
sablon.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
67
68
69
{
"type":"Stack",
"alignment":"topLeft",
"children":[
{
"type":"Positioned",
"top":20.0,
"left":20.0,
"child":{
"type":"Container",
"color":"#FFC300",
"alignment":"center",
"width":375.0,
"height":300.0,
"child":{
"type":"Text",
"data":"1. Kutu",
"maxLines":3,
"style":{
"color":"#FFFFFF",
"fontSize":20.0
}
}
}
},
{
"type":"Positioned",
"top":20.0,
"left":400.0,
"child":{
"type":"Container",
"color":"#FF5733",
"alignment":"center",
"width":375.0,
"height":300.0,
"child":{
"type":"Text",
"data":"2. Kutu",
"maxLines":3,
"style":{
"color":"#FFFFFF",
"fontSize":20.0
}
}
}
},
{
"type":"Positioned",
"top":335.0,
"left":20.0,
"child":{
"type":"Container",
"color":"#C70039",
"alignment":"center",
"width":750.0,
"height":400.0,
"child":{
"type":"Text",
"data":"3. Kutu",
"maxLines":3,
"style":{
"color":"#FFFFFF",
"fontSize":20.0
}
}
}
}
]
}