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
23
<UserControl
    x:Class="SmartCharging.ImagePicker"
    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 x:ConnectionId='1'                        >
             <Ellipse Grid.Row="0"  Height="120" Width="120" VerticalAlignment="Center" HorizontalAlignment="Center"  Stroke="#FF564966" StrokeThickness="2"  >
            <Ellipse.Fill>
                <ImageBrush ImageSource="Assets/avatar_placeholder.png" Stretch="UniformToFill" x:Name="ImageBrush" />
            </Ellipse.Fill>
        </Ellipse>


        <TextBlock x:Uid="ImagePickerPlaceholder" x:Name="Placeholder" Text="Inserisci immagine del profilo" VerticalAlignment="Center" HorizontalAlignment="Center" Width="70" TextWrapping="WrapWholeWords" Foreground="#FF666666" FontSize="15" ></TextBlock>
    </Grid>
</UserControl>

Commits for Nextrek/Android/SmartCharging/SmartCharging_WP/SmartCharging/obj/Release/ImagePicker.xaml

Diff revisions: vs.
Revision Author Commited Message
799 JMBauan picture JMBauan Thu 08 Oct, 2015 13:36:32 +0000