-
Notifications
You must be signed in to change notification settings - Fork 21
/
search.json
69 lines (69 loc) · 2.26 KB
/
search.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
{
"$jason": {
"head": {
"title": "search"
},
"body": {
"header": {
"title": {
"type": "image",
"style": {
"width": "94",
"height": "27"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/logo.png"
}
},
"layers": [{
"type": "label",
"text": "Not implemented yet...",
"style": {
"top": "50%-100",
"left": "50%-100",
"width": "200",
"height": "200",
"align": "center"
}
}],
"footer": {
"tabs": {
"style": {
"background": "rgba(255,255,255,0.8)",
"color": "#000000"
},
"items": [{
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/home.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/home.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/search.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/search.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/camera.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/camera.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/heart.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/heart.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/profile.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/profile.json"
}]
}
}
}
}
}