Add InputFilter to TextField, TextEditor
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / BackgroundTestPage.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <base:View x:Class="NUITizenGallery.BackgroundTestPage"
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     x:Name="BackgroundView">
11
12     <comp:Button Text="Change Background" x:Name="ChangeBackgroundButton" WidthResizePolicy="FillToParent"/>
13 </base:View>