8fbd77727e378f8020a338be679258828473c5a6
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / res / layout / OpacityTest1Page.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <base:View x:Class="NUITizenGallery.OpacityTest1Page"
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     WidthResizePolicy="FillToParent" HeightResizePolicy="FillToParent" 
8     BackgroundColor="#FFFFFF">
9
10     <comp:Button Text="Opacity 0.4" Opacity="0.4" Position2D="80,100"/>
11     <comp:Button Text="Opacity 0.2" Opacity="0.2" Position2D="340,100"/>
12     <comp:Button Text="Opacity 0.9" Opacity="0.9" Position2D="200,200"/>
13
14     <base:View Position2D="270,300">
15       <base:View.Layout>
16         <LinearLayout LinearOrientation="Vertical" LinearAlignment="Center" CellPadding="10, 10"/>
17       </base:View.Layout>
18
19       <base:TextLabel Text="Opacity 0.2" Opacity="0.2"/>
20       <base:TextLabel Text="Opacity 0.4" Opacity="0.4"/>
21       <base:TextLabel Text="Opacity 0.6" Opacity="0.6"/>
22     </base:View>
23
24     <comp:Button Text="Opacity 1.0" Opacity="1.0" Position2D="200,520"/>
25
26 </base:View>