268886af1bc40b2fd178f1e652c83b21777481d5
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / ImageTest3Page.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <base:View x:Class="NUITizenGallery.ImageTest3Page"
3   xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
4   xmlns:base="clr-namespace:Tizen.NUI.BaseComponents;assembly=Tizen.NUI"
5   xmlns:comp="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
6   xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
7     PositionUsesPivotPoint="True" 
8         ParentOrigin="Center" 
9     PivotPoint="Center" 
10         WidthResizePolicy="FillToParent" 
11     HeightResizePolicy="FillToParent" 
12         BackgroundColor="#FFFFFF">
13
14     <View x:Name="imgView" BackgroundColor="#ffffff" WidthResizePolicy="FillToParent" HeightResizePolicy="FillToParent">
15         <View.Layout>
16             <LinearLayout LinearOrientation="Horizontal" LinearAlignment="CenterHorizontal"/>
17         </View.Layout>
18         <ImageView x:Name="imageView" ResourceUrl="http://pe.tedcdn.com/images/ted/2e306b9655267cee35e45688ace775590b820510_615x461.jpg"/>
19     </View>
20
21 </base:View>
22