Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-windows10
Commits
2c3c47f9
Commit
2c3c47f9
authored
May 04, 2016
by
Margaux Clerc
Browse files
Update statusbar style
parent
179ef2ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
Linphone/Controls/StatusBar.xaml
Linphone/Controls/StatusBar.xaml
+1
-9
Linphone/Controls/StatusBar.xaml.cs
Linphone/Controls/StatusBar.xaml.cs
+2
-4
Linphone/Styles/Styles.xaml
Linphone/Styles/Styles.xaml
+10
-0
No files found.
Linphone/Controls/StatusBar.xaml
View file @
2c3c47f9
...
...
@@ -7,16 +7,8 @@
xmlns:Model="using:Linphone.Model"
d:DesignHeight="30" d:DesignWidth="480">
<UserControl.Resources>
<Style x:Key="TextStyle"
TargetType="TextBlock">
<Setter Property="FontSize" Value="15"/>
<Setter Property="FontFamily" Value="{ThemeResource PhoneFontFamilyNormal}" />
</Style>
</UserControl.Resources>
<StackPanel x:Name="LayoutRoot" Background="Transparent" Orientation="Horizontal" Padding="5,5,5,5" VerticalAlignment="Center">
<Image x:Name="StatusLed" Height="15" Width="15" Stretch="Uniform" Margin="10,0,5,0" VerticalAlignment="Center" ></Image>
<TextBlock x:Name="StatusText" Style="{StaticResource TextStyle}" VerticalAlignment="Center"></TextBlock>
<TextBlock x:Name="StatusText" Style="{StaticResource
StatusBar
TextStyle}" VerticalAlignment="Center"></TextBlock>
</StackPanel>
</UserControl>
\ No newline at end of file
Linphone/Controls/StatusBar.xaml.cs
View file @
2c3c47f9
/*
StatusBar.xaml.cs
Copyright (C) 20
0
16 Belledonne Communications, Grenoble, France
Copyright (C) 2016 Belledonne Communications, Grenoble, France
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
...
...
@@ -23,9 +23,7 @@ using Windows.ApplicationModel.Resources;
namespace
Linphone.Controls
{
/// <summary>
/// User control to be displayed on each page, giving the state of the account registration.
/// </summary>'
public
partial
class
StatusBar
:
UserControl
{
...
...
Linphone/Styles/Styles.xaml
View file @
2c3c47f9
...
...
@@ -232,6 +232,16 @@
Value="ExtraLight"/>
</Style>
<Style x:Key="StatusBarTextStyle"
TargetType="TextBlock">
<Setter Property="FontSize"
Value="16" />
<Setter Property="FontFamily"
Value="{ThemeResource PhoneFontFamilyNormal}" />
<Setter Property="FontWeight"
Value="Normal"/>
</Style>
<Style x:Key="DialpadIconStyle"
TargetType="FontIcon">
<Setter Property="FontSize"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment