[NUI] integration from DevelNUI to master (#3309)
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / ListViewFooterTest1Page.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <base:View x:Class="NUITizenGallery.ListViewFooterTest1Page"
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" ParentOrigin="Center" 
8   PivotPoint="Center" WidthResizePolicy="FillToParent" 
9   HeightResizePolicy="FillToParent" BackgroundColor="#FFFFFF">
10
11   <base:View.Layout>
12     <LinearLayout LinearOrientation="Vertical" CellPadding="0,10" LinearAlignment="Center"/>
13   </base:View.Layout>
14
15   <base:TextLabel x:Name="Footer" Text="No selected item" Size2D="720, 50" BackgroundColor="#6c6c6c"/>
16
17   <comp:ScrollableBase x:Name="ListView" Size2D="720, 1180">
18     <comp:ScrollableBase.Layout>
19       <LinearLayout LinearOrientation="Vertical" CellPadding="0,10" LinearAlignment="Center"/>
20     </comp:ScrollableBase.Layout>
21   </comp:ScrollableBase>
22 </base:View>