forked from tdamdouni/Pythonista
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage_carousel.pyui
64 lines (61 loc) · 1.57 KB
/
image_carousel.pyui
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
[
{
"selected" : false,
"frame" : "{{0, 0}, {601, 561}}",
"class" : "View",
"nodes" : [
{
"selected" : true,
"frame" : "{{116, 52}, {345, 487}}",
"class" : "View",
"nodes" : [
],
"attributes" : {
"frame" : "{{251, 231}, {100, 100}}",
"class" : "View",
"name" : "view1",
"uuid" : "4FCFF461-1F7C-465E-B661-3C0AB28FA97A"
}
},
{
"selected" : false,
"frame" : "{{483, 52}, {80, 487}}",
"class" : "Button",
"nodes" : [
],
"attributes" : {
"action" : "button_action",
"frame" : "{{261, 265}, {80, 32}}",
"title" : ">",
"class" : "Button",
"uuid" : "88712823-1A24-45CE-B285-D524C2184A2E",
"font_size" : 30,
"name" : "button1"
}
},
{
"selected" : false,
"frame" : "{{6, 52}, {80, 487}}",
"class" : "Button",
"nodes" : [
],
"attributes" : {
"action" : "button_action",
"frame" : "{{261, 265}, {80, 32}}",
"title" : "<",
"class" : "Button",
"uuid" : "B42D28A5-AB6B-4A55-AC1B-C23E8CF945AA",
"font_size" : 30,
"name" : "button2"
}
}
],
"attributes" : {
"enabled" : true,
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"tint_color" : "RGBA(0.000000,0.478000,1.000000,1.000000)",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"flex" : ""
}
}
]