Sha256: 207c7fe76831073038bbe9685f73438d9e50a651a0d3357dff13a8d0f5f43d27

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

<phone:PhoneApplicationPage 
    x:Class="WP7CordovaClassLib.Cordova.UI.ImageCapture"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    FontFamily="{StaticResource PhoneFontFamilyNormal}"
    FontSize="{StaticResource PhoneFontSizeNormal}"
    Foreground="{StaticResource PhoneForegroundBrush}"
    SupportedOrientations="PortraitOrLandscape" Orientation="Portrait"
    mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480"
    shell:SystemTray.IsVisible="True">

    <!--LayoutRoot is the root grid where all page content is placed-->
    <Grid x:Name="LayoutRoot" Background="Yellow">
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>

    </Grid>
 

</phone:PhoneApplicationPage>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mobox-0.0.3 vendor/phonegap/lib/windows-phone/templates/standalone/cordovalib/UI/ImageCapture.xaml
mobox-0.0.2 vendor/phonegap/lib/windows-phone/templates/standalone/cordovalib/UI/ImageCapture.xaml
mobox-0.0.1.1 vendor/phonegap/lib/windows-phone/templates/standalone/cordovalib/UI/ImageCapture.xaml
mobox-0.0.1 vendor/phonegap/lib/windows-phone/templates/standalone/cordovalib/UI/ImageCapture.xaml