[NUI] Change for Size2D property to own internalSize2D which is cashed to prevent...
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / TapGestureTest1Page.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <comp:ContentPage x:Class="NUITizenGallery.TapGestureTest1Page"
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   HeightResizePolicy="FillToParent"
8   WidthResizePolicy="FillToParent"
9   ParentOrigin="Center"
10   PivotPoint="Center"
11   PositionUsesPivotPoint="true"
12   BackgroundColor="White">
13
14     <comp:ContentPage.AppBar>
15         <comp:AppBar x:Name="appBar"
16                     Title="TapGestureTest1"/>
17     </comp:ContentPage.AppBar>
18
19     <comp:ContentPage.Content>
20       <base:View x:Name="ContentView"
21         WidthSpecification="{Static LayoutParamPolicies.MatchParent}" 
22         HeightSpecification="{Static LayoutParamPolicies.MatchParent}" >
23
24         <TabView x:Name="tabView"
25                 WidthSpecification="{Static LayoutParamPolicies.MatchParent}" 
26                 HeightSpecification="{Static LayoutParamPolicies.MatchParent}" >
27         </TabView>
28
29       </base:View>
30     </comp:ContentPage.Content>
31 </comp:ContentPage>
32