90d6b7cf8498339443c72739d1cc92ccc2b8fa05
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / ContentPageTestPage2.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <nui:ContentPage x:Class="NUITizenGallery.ContentPageTestPage2"
3   xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
4   xmlns:b="clr-namespace:Tizen.NUI.BaseComponents;assembly=Tizen.NUI"
5   xmlns:nui="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
6   xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
7   WidthSpecification="{Static LayoutParamPolicies.MatchParent}" 
8   HeightSpecification="{Static LayoutParamPolicies.MatchParent}" >
9
10     <nui:ContentPage.AppBar>
11         <nui:AppBar x:Name="appBar"
12                     Title="ContentPageTestPage2"/>
13     </nui:ContentPage.AppBar>
14
15     <nui:ContentPage.Content>
16         <nui:Button x:Name="button"
17                     Text="TWO"
18                     WidthSpecification="{Static LayoutParamPolicies.MatchParent}" 
19                     HeightSpecification="{Static LayoutParamPolicies.MatchParent}" />
20     </nui:ContentPage.Content>
21
22 </nui:ContentPage>