Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<UserControl
    x:Class="SmartCharging.Header"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:SmartCharging"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="300"
    d:DesignWidth="400">

    <Grid Background="#FF2CDAFF">
        <Image Grid.Row="0" Source="Assets/splash-half.png" NineGrid="0" IsHoldingEnabled="False" IsHitTestVisible="False" IsDoubleTapEnabled="False" IsRightTapEnabled="False" IsTapEnabled="False" RenderTransformOrigin="0.5,0.5" >
        </Image>
        <StackPanel x:ConnectionId='1' Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="20,20"                                >
            <TextBlock Text="Impostazioni" x:Uid="SettingsTextBlock" VerticalAlignment="Center" FontSize="15" Margin="0,0,5,0" FontWeight="SemiBold"></TextBlock>
            <Image Source="Assets/ic_settings_white_24dp.png" Height="37"  x:Name="settings_button"   />
            
        </StackPanel>
     </Grid>
</UserControl>

Commits for Nextrek/Android/SmartCharging/SmartCharging_WP/SmartCharging/obj/Debug/Header.xaml

Diff revisions: vs.
Revision Author Commited Message
660 JMBauan picture JMBauan Thu 03 Sep, 2015 08:14:10 +0000