blob: 2a534b23b9926affe2b49dd3e5828cd433219080 (
plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
name="emojipicker"
title="CHOOSE EMOJI"
help_topic="emojipicker"
positioning="cascading"
legacy_header_height="0"
can_resize="true"
layout="topleft"
min_width="250"
height="400"
width="250">
<line_editor
name="Search"
label="Type to search"
layout="bottomleft"
follows="bottom|left|right"
text_tentative_color="TextFgTentativeColor"
max_length_bytes="63"
bottom="14"
left="34"
height="29"
width="212" />
<text
name="Description"
layout="bottomleft"
follows="bottom|left|right"
font="SansSerifMedium"
bottom="14"
left="42"
height="29"
width="200" />
<button
name="PreviewEmoji"
layout="bottomleft"
follows="bottom|left"
font="EmojiHuge"
use_font_color="true"
bottom="14"
left="2"
height="29"
width="29" />
<scroll_container
name="EmojiGridContainer"
layout="topleft"
follows="all"
top="25"
left="0"
height="330"
width="250">
<scrolling_panel_list
name="EmojiGrid"
layout="topleft"
follows="top|left|right"
padding="4"
spacing="0"
top="0"
left="0"
width="250"/>
</scroll_container>
<panel
name="Groups"
layout="topleft"
follows="top|left|right"
top="0"
left="0"
height="25"
width="250">
<panel
name="Badge"
layout="bottomleft"
follows="bottom|left"
background_visible="true"
background_opaque="true"
bg_opaque_color="FrogGreen"
bottom="0"
height="2"
width="20"
/>
</panel>
</floater>
|