add cool status circle changing depends on adb device connected
This commit is contained in:
parent
bac6bb9ccd
commit
864a07c75c
4 changed files with 169 additions and 5 deletions
|
|
@ -75,7 +75,10 @@
|
|||
</ScrollViewer>
|
||||
|
||||
<DockPanel Grid.Row="2">
|
||||
<Label Name="VersionLabel" HorizontalAlignment="Right" />
|
||||
<Border Name="StatusCircle" Margin="4" Width="16" Height="16" Background="{Binding StatusColor}"
|
||||
CornerRadius="50" HorizontalAlignment="Left" />
|
||||
<Label Name="SerialNumberLabel" Content="{Binding StatusText}" />
|
||||
<Label Name="VersionLabel" HorizontalAlignment="Right" VerticalAlignment="Center" />
|
||||
</DockPanel>
|
||||
</Grid>
|
||||
</Window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue