summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/talk_button.xml
blob: 64c2e65a6e0d2902049a3f359a1700967e61314a (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Derives from LLUICtrl -->
<talk_button>
  <!-- To make speak button look green when selected set:
    image_selected="SegmentedBtn_Left_Selected"
    image_unselected="SegmentedBtn_Left_Off"
  -->
  <speak_button
    follows="left|right" 
    name="left"
    label="Speak"
    label_selected="Speak"
    font="SansSerifSmall"
    tab_stop="false"
    />
  <show_button
    follows="right" 
    name="right"
    label=""
    left="0"
    top="0"
    right="20"
    bottom="0"
    tab_stop="false"
    is_toggle="true"
    image_selected="ComboButton_UpSelected"
    image_unselected="ComboButton_UpOff"
    />
  <monitor
    follows="right" 
    name="monitor"
    left="0"
    top="18"
    right="18"
    bottom="0"
    />
</talk_button>