summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_activeim_row.xml
blob: 8977f30a51071d9d818bfb8372cf0af44a4f711e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
	follows="bottom|right"
	name="panel_activeim_row"
	layout="topleft"
	top="0"
	left="0"
	height="40"
	width="332"
	background_visible="true"
	bevel_style="in"
	bg_alpha_color="0 0 0 0">
	<chiclet_im
		name="chiclet"
		layout="topleft"
		top="4"
		left="10"
		height="26"
		width="45">
	</chiclet_im>
	<text
		type="string"
		name="contact_name"
		layout="topleft"
		top="8"
		left="70"
		height="20"
		width="230"
		length="1"
		follows="left|top|right|bottom"
		font="SansSerifBigBold"
		text_color="White">Contact Name</text>
	<button
		name="hide_btn"
		layout="topleft"
		top="10"
		left="310"
		height="20"
		width="20"
		label=""
		image_unselected="toast_hide_btn.tga"
		image_disabled="toast_hide_btn.tga"
		image_selected="toast_hide_btn.tga"
		image_hover_selected="toast_hide_btn.tga"
		image_disabled_selected="toast_hide_btn.tga">
	</button>
</panel>