-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmPopUp.yaml
60 lines (60 loc) · 1.77 KB
/
confirmPopUp.yaml
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
- View:
style:
width: 90%
height: 34%
backgroundColor: white
position: absolute
top: 25%
left: 2.5%
borderWidth: 10%
children:
- Text:
style:
position: relative
color: black
top: 7%
left: 20%
fontSize: 28
index: {confirmation}
- Button:
style:
width: 29%
height: 29%
backgroundColor: white
position: absolute
top: 46%
left: 9%
borderWidth: 5%
borderRadius: 10%
on_touch:
backgroundColor: green
children:
- Text:
style:
position: absolute
color: green
top: -10%
left: 16%
fontSize: 34
index: {affirmative}
- Button:
style:
width: 29%
height: 29%
backgroundColor: white
position: absolute
top: 46%
left: 63.5%
borderWidth: 5%
borderRadius: 10%
on_touch:
backgroundColor: red
children:
- Text:
style:
position: absolute
color: red
top: -10%
left: 20%
fontSize: 34
index: {negative}