<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!-- All our XML is utf-8 encoded. --> <!-- Don't remove floater's height! It is needed for Overflow and Start-Up toasts!--> <floater legacy_header_height="18" name="toast" title="" visible="false" layout="topleft" height="40" width="305" left="0" top="0" follows="right|bottom" bg_opaque_image="Toast_Background" bg_alpha_image="Toast_Background" can_minimize="false" can_tear_off="false" can_resize="false" can_drag_on_left="false" can_close="false" can_dock="false" border_visible = "false" border_drop_shadow_visible = "false" drop_shadow_visible = "false" border = "false" > <!-- Don't remove this wiget! It is needed for Overflow and Start-Up toasts!--> <text clip_partial="true" visible="false" follows="left|top|right|bottom" font="SansSerifBold" height="20" layout="topleft" left="20" name="toast_text" word_wrap="true" text_color="white" top="5" use_ellipses="true" width="260"> Toast text; </text> <button layout="topleft" top="-14" left="293" width="17" height="17" follows="top|right" visible="false" enabled="true" mouse_opaque="false" name="hide_btn" label="" tab_stop="false" image_unselected="Toast_CloseBtn" image_selected="Toast_CloseBtn" /> </floater>