blob: a2a290c306c25695e509f4fcaa1a4b23e86255d6 (
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
|
<?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">
<floater.string name="title_for_recently_used" value="Recently used"/>
<floater.string name="title_for_frequently_used" value="Frequently used"/>
<line_editor
name="Filter"
label="Start typing to filter"
layout="bottomleft"
follows="bottom|left|right"
text_tentative_color="TextFgTentativeColor"
show_label_focused="true"
max_length_bytes="63"
text_pad_right="5"
text_pad_left="5"
bottom="14"
left="10"
height="29"
width="230" />
<scroll_container
name="EmojiGridContainer"
layout="topleft"
follows="all"
top="25"
left="0"
height="325"
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>
|