|
|
|
@ -20,20 +20,20 @@
|
|
|
|
<classes:CurrentPageEqualsConverter x:Key="CurrentPageEqualsConverter"/>
|
|
|
|
<classes:CurrentPageEqualsConverter x:Key="CurrentPageEqualsConverter"/>
|
|
|
|
</UserControl.Resources>
|
|
|
|
</UserControl.Resources>
|
|
|
|
|
|
|
|
|
|
|
|
<Border BorderBrush="#2d374c" BorderThickness="2">
|
|
|
|
<Border>
|
|
|
|
<md:DrawerHost BottomDrawerBackground="Transparent" IsBottomDrawerOpen="{Binding IsOpenMode}" OpenMode="Standard">
|
|
|
|
<md:DrawerHost BottomDrawerBackground="Transparent" IsBottomDrawerOpen="{Binding IsOpenMode}" OpenMode="Standard">
|
|
|
|
<Grid Background="Transparent">
|
|
|
|
<Grid Background="Transparent">
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<RowDefinition Height="70"/>
|
|
|
|
<RowDefinition Height="80"/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition Height="40"/>
|
|
|
|
<RowDefinition Height="40"/>
|
|
|
|
<RowDefinition Height="40"/>
|
|
|
|
<RowDefinition Height="40"/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
<Grid>
|
|
|
|
<Grid Margin="0 0 0 12">
|
|
|
|
<!--<Grid.Background>
|
|
|
|
<!--<Grid.Background>
|
|
|
|
<ImageBrush ImageSource="/Resources/Images/top_bg.png" Stretch="Fill"/>
|
|
|
|
<ImageBrush ImageSource="/Resources/Images/top_bg.png" Stretch="Fill"/>
|
|
|
|
</Grid.Background>-->
|
|
|
|
</Grid.Background>-->
|
|
|
|
<control:SegmentedControl x:Name="segmentedControl" Margin="15 10"
|
|
|
|
<control:SegmentedControl x:Name="segmentedControl" HorizontalAlignment="Left"
|
|
|
|
SelectedTab="{Binding SelectedTab, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
|
|
|
|
SelectedTab="{Binding SelectedTab, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
@ -506,14 +506,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="3" VerticalAlignment="Bottom">
|
|
|
|
<Grid Grid.Row="3" VerticalAlignment="Bottom">
|
|
|
|
<Button Name="btnVisibilityDown" Tag="down"
|
|
|
|
<Button Name="btnVisibilityDown" Tag="down"
|
|
|
|
Style="{StaticResource ImageButtonStyle}" Height="33" Command="{Binding ChangeDrawerStatusCommand}"
|
|
|
|
Style="{StaticResource TrapezoidButtonStyle}" Height="33" Command="{Binding ChangeDrawerStatusCommand}"
|
|
|
|
VerticalAlignment="Bottom" HorizontalAlignment="Center" Visibility="{Binding BtnVisibilityDown}"
|
|
|
|
VerticalAlignment="Bottom" HorizontalAlignment="Center" Visibility="{Binding BtnVisibilityDown}">
|
|
|
|
helper:ImageButtonHelper.ImageSource="/Resources/Images/arrow_down.png"/>
|
|
|
|
<Path Data="M6.364 4.94983L1.414 -0.000167768L3.54069e-07 1.41383L6.364 7.77783L12.728 1.41383L11.314 -0.000167217L6.364 4.94983Z"
|
|
|
|
|
|
|
|
Fill="White" Stretch="Uniform"
|
|
|
|
|
|
|
|
Width="12.728" Height="7.78"
|
|
|
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
|
|
|
VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button Name="btnVisibilityUp" Tag="up"
|
|
|
|
<Button Name="btnVisibilityUp" Tag="up"
|
|
|
|
Style="{StaticResource ImageButtonStyle}" Height="33" Command="{Binding ChangeDrawerStatusCommand}"
|
|
|
|
Style="{StaticResource TrapezoidButtonStyle}" Height="33" Command="{Binding ChangeDrawerStatusCommand}"
|
|
|
|
VerticalAlignment="Bottom" HorizontalAlignment="Center" Visibility="{Binding BtnVisibilityUp}"
|
|
|
|
VerticalAlignment="Bottom" HorizontalAlignment="Center" Visibility="{Binding BtnVisibilityUp}">
|
|
|
|
helper:ImageButtonHelper.ImageSource="/Resources/Images/arrow_up.png"/>
|
|
|
|
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<md:DrawerHost.BottomDrawerContent>
|
|
|
|
<md:DrawerHost.BottomDrawerContent>
|
|
|
|
|