/indra/newview/skins/default/xui/en/panel_group_list_item.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 75 lines · 74 code · 0 blank · 1 comment · 0 complexity · e4157a6dadbb5620e98a2589f859dc5b MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <panel
- follows="top|right|left"
- height="24"
- layout="topleft"
- left="0"
- name="group_list_item"
- top="0"
- width="320">
- <icon
- follows="top|right|left"
- height="24"
- image_name="ListItem_Over"
- layout="topleft"
- left="0"
- name="hovered_icon"
- top="0"
- visible="false"
- width="320" />
- <icon
- height="24"
- follows="top|right|left"
- image_name="ListItem_Select"
- layout="topleft"
- left="0"
- name="selected_icon"
- top="0"
- visible="false"
- width="320" />
- <icon
- height="20"
- image_name="Generic_Group"
- name="group_icon"
- mouse_opaque="true"
- left="5"
- top="2"
- use_draw_context_alpha="false"
- width="20" />
- <text
- parse_urls="false"
- follows="left|right"
- font="SansSerifSmall"
- height="15"
- layout="topleft"
- left_pad="5"
- name="group_name"
- top="6"
- use_ellipses="true"
- value="Unknown"
- width="242" />
- <button
- follows="right"
- height="16"
- image_pressed="Info_Press"
- image_unselected="Info_Over"
- left_pad="3"
- right="-31"
- name="info_btn"
- tab_stop="false"
- top_delta="-2"
- width="16" />
- <!--*TODO: Should only appear on rollover-->
- <button
- follows="right"
- height="20"
- image_overlay="Web_Profile_Off"
- layout="topleft"
- left_pad="5"
- right="-3"
- name="profile_btn"
- tab_stop="false"
- tool_tip="View profile"
- top_delta="-2"
- width="20" />
- </panel>