<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
	name="active_speakers"
	title="Active Speakers"
	width="250"
	height="300"
	rect_control="FloaterActiveSpeakersRect"
	can_resize="true"
	can_minimize="true"
	can_close="true"
	can_drag_on_left="false"
	min_width="220"
	min_height="200"
	>
	<panel name="active_speakers_panel" left="0" bottom="0" right="250" top="300" follows="left|top|right|bottom" mouse_opaque="false">
		<scroll_list
		name="speakers_list"
			left="10"
			right="-10"
			top="-20"
			bottom="60"
			column_padding="0"
			can_resize="true"
			follows="left|top|bottom|right"
			draw_heading="true"
			draw_stripes="false"
			multi_select="false"
			search_column="1"
		>
	   		<column name="icon_speaking_status" width="20" sort="speaking_status"/>	
			<column name="speaker_name" label="Name" dynamicwidth="true" />
			<column name="speaking_status" label="" width="0" />
		</scroll_list>
		<panel 
			name="volume_container"
			left="10"
			right="-10"	
			height="30"
			bottom="20"	
			border="true"
			mouse_opaque="true"
			bevel_style="in"
			background_visible="false"
			background_opaque="false"
			follows="left|right|bottom"
			bg_opaque_color="0,0,0,0.3"
			bg_alpha_color="0,0,0,0"
			can_resize="false"
			>
			<volume_slider
				name="speaker_volume"
				left_delta="10"
				width="110"
				bottom="5"
				height="15"
				follows="left|bottom"
				min_val="0.0"
				max_val="1.0"
				increment="0.05"
				initial_val="0.5"
			/>
			<button
				name="mute_btn"
				left_delta="115"
				bottom_delta="-2"
				width="70"
				height="25"
				label="Mute"
				/>
		</panel>		
	</panel>
</floater>
