-
Notifications
You must be signed in to change notification settings - Fork 59
/
template.flexml
43 lines (43 loc) · 1.03 KB
/
template.flexml
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
<?xml version="1.0" encoding="utf-8"?>
<Flex
alignItems="center"
background="white"
width="360"
height="180">
<Stack
marginLeft="30"
marginBottom="30"
marginTop="20"
flexShrink="0"
width="120"
height="120">
<Flex
borderRadius="5"
background="${gradient:linear('t2b','#7c4dff','#d500f9')}"
height="80"
width="80">
</Flex>
<Flex
borderRadius="5"
marginLeft="15"
marginTop="15"
background="${gradient:linear('t2b','#59a9ff','#d770a0')}"
height="80"
width="80">
</Flex>
<Flex
borderRadius="5"
marginLeft="30"
marginTop="30"
background="${gradient:linear('t2b','#004dff','#ff7871')}"
height="80"
width="80">
</Flex>
</Stack>
<Text
marginLeft="20"
textSize="40"
textStyle="bold"
text="Flexml">
</Text>
</Flex>