fe0d5ce616abe56b85354e0364d37d898c81fe8b
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / ImageTest2Page.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <base:View x:Class="NUITizenGallery.ImageTest2Page"
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.Layout>
15         <LinearLayout LinearOrientation="Vertical" CellPadding="10,10" LinearAlignment="Top"/>
16     </View.Layout>
17
18     <View WidthResizePolicy="FillToParent" Position2D="0, 0" Size2D="720, 450">
19         <View.Layout>
20             <LinearLayout LinearOrientation="Vertical" CellPadding="10,5" LinearAlignment="Center"/>
21         </View.Layout>
22         <comp:Button x:Name="image1Btn" Text="AspectFit" WidthResizePolicy="FillToParent" />
23         <comp:Button x:Name="image2Btn" Text="AspectFill" WidthResizePolicy="FillToParent" />
24         <comp:Button x:Name="image3Btn" Text="Fill" WidthResizePolicy="FillToParent" />
25         <comp:Button x:Name="image4Btn" Text="BackgroundColor (Default - Red)" WidthResizePolicy="FillToParent"/>
26     </View>
27
28     <View x:Name="imgView" BackgroundColor="#ffffff" Position2D="0, 450" WidthResizePolicy="FillToParent" HeightResizePolicy="FillToParent">
29         <View.Layout>
30             <LinearLayout LinearOrientation="Vertical" LinearAlignment="CenterHorizontal"/>
31         </View.Layout>
32         <ImageView x:Name="imageView" ResourceUrl="*Resource*/images/picture.png" />
33     </View>
34
35 </base:View>