|
13 | 13 | <RichTextLabel Name="EmergencyBroadcastText" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="10 10 10 10" ReservesSpace="False"/>
|
14 | 14 | </PanelContainer>
|
15 | 15 | </controls:StripeBack>
|
16 |
| - |
| 16 | + |
17 | 17 | <Label Text="{Loc 'holopad-window-controls-locked-out'}" HorizontalAlignment="Center" Margin="10 5 10 0" ReservesSpace="False"/>
|
18 | 18 | <RichTextLabel Name="LockOutIdText" HorizontalAlignment="Center" Margin="10 5 10 0" ReservesSpace="False"/>
|
19 | 19 | <Label Name="LockOutCountDownText" Text="{Loc 'holopad-window-controls-unlock-countdown'}" HorizontalAlignment="Center" Margin="10 15 10 10" ReservesSpace="False"/>
|
20 | 20 | </BoxContainer>
|
21 | 21 |
|
22 | 22 | <BoxContainer Name="ControlsContainer" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True" ReservesSpace="False">
|
23 |
| - |
| 23 | + |
24 | 24 | <!-- Active call controls (either this or the call placement controls will be active) -->
|
25 | 25 | <BoxContainer Name="ActiveCallControlsContainer" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True" ReservesSpace="False">
|
26 | 26 |
|
27 | 27 | <!-- Header text -->
|
28 | 28 | <BoxContainer MinHeight="60" Orientation="Vertical" VerticalAlignment="Center">
|
29 | 29 | <Label Name="CallStatusText" Margin="10 5 10 0" ReservesSpace="False"/>
|
30 |
| - <RichTextLabel Name="CallerIdText" HorizontalAlignment="Center" Margin="0 0 0 0" ReservesSpace="False"/> |
| 30 | + <BoxContainer Name="CallerIdContainer" Orientation="Vertical" ReservesSpace="False"> |
| 31 | + <RichTextLabel Name="CallerIdText" HorizontalAlignment="Center" Margin="0 0 0 0"/> |
| 32 | + <Label Text="{Loc 'holopad-window-relay-label'}" Margin="10 10 10 0" ReservesSpace="False"/> |
| 33 | + <RichTextLabel Name="HolopadIdText" HorizontalAlignment="Center" Margin="0 0 0 10"/> |
| 34 | + </BoxContainer> |
31 | 35 | </BoxContainer>
|
32 | 36 |
|
33 | 37 | <!-- Controls (the answer call button is absent when the phone is not ringing) -->
|
|
68 | 72 | <PanelContainer Name="HolopadContactListHeaderPanel">
|
69 | 73 | <Label Text="{Loc 'holopad-window-select-contact-from-list'}" HorizontalAlignment="Center" Margin="0 3 0 3"/>
|
70 | 74 | </PanelContainer>
|
71 |
| - |
| 75 | + |
72 | 76 | <PanelContainer Name="HolopadContactListPanel">
|
73 |
| - <ScrollContainer HorizontalExpand="True" VerticalExpand="True" Margin="8, 8, 8, 8" MinHeight="256"> |
| 77 | + <BoxContainer Orientation="Vertical"> |
74 | 78 |
|
75 |
| - <!-- If there is no data yet, this will be displayed --> |
76 |
| - <BoxContainer Name="FetchingAvailableHolopadsContainer" HorizontalAlignment="Center" HorizontalExpand="True" VerticalExpand="True" ReservesSpace="False"> |
77 |
| - <Label Text="{Loc 'holopad-window-fetching-contacts-list'}" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
78 |
| - </BoxContainer> |
| 79 | + <!-- Contact filter --> |
| 80 | + <LineEdit Name="SearchLineEdit" HorizontalExpand="True" Margin="4, 4, 4, 0" |
| 81 | + PlaceHolder="{Loc holopad-window-filter-line-placeholder}" /> |
79 | 82 |
|
80 |
| - <!-- Container for the contacts --> |
81 |
| - <BoxContainer Name="ContactsList" Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True" Margin="10 0 10 0"/> |
82 |
| - </ScrollContainer> |
| 83 | + <ScrollContainer HorizontalExpand="True" VerticalExpand="True" Margin="8, 8, 8, 8" MinHeight="256"> |
| 84 | + |
| 85 | + <!-- If there is no data yet, this will be displayed --> |
| 86 | + <BoxContainer Name="FetchingAvailableHolopadsContainer" HorizontalAlignment="Center" HorizontalExpand="True" VerticalExpand="True" ReservesSpace="False"> |
| 87 | + <Label Text="{Loc 'holopad-window-fetching-contacts-list'}" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
| 88 | + </BoxContainer> |
| 89 | + |
| 90 | + <!-- Container for the contacts --> |
| 91 | + <BoxContainer Name="ContactsList" Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True" Margin="10 0 10 0"/> |
| 92 | + </ScrollContainer> |
| 93 | + </BoxContainer> |
83 | 94 | </PanelContainer>
|
84 | 95 | </BoxContainer>
|
85 | 96 |
|
|
0 commit comments