[NUI] Remove unused property of Transition
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / res / Theme / Tizen.NUI.Components_Tizen.NUI.Theme.Wearable.xaml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Theme
3   xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
4   xmlns:c="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
5   xmlns:cx="clr-namespace:Tizen.NUI.Components.Extension;assembly=Tizen.NUI.Components"
6   xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
7   Id="Tizen.NUI.Theme.Wearable">
8
9     <!--Button-->
10     <c:ButtonStyle x:Key="Tizen.NUI.Components.Button" Size="210, 72" CornerRadius="36">
11         <c:ButtonStyle.BackgroundColor>
12             <Selector x:TypeArguments="Color" Normal="0, 0.1647, 0.3019, 0.85" Pressed="0, 0.2475, 0.5019, 0.85" Disabled="0.2392, 0.2392, 0.2392, 0.85"/>
13         </c:ButtonStyle.BackgroundColor>
14         <c:ButtonStyle.Opacity>
15             <Selector x:TypeArguments="x:Single?" Other="1.0" Disabled="0.3"/>
16         </c:ButtonStyle.Opacity>
17         <c:ButtonStyle.Text>
18             <!--Button Text-->
19             <TextLabelStyle FontFamily="SamsungOne 700" PixelSize="28" Padding="20, 20, 0, 0" HorizontalAlignment="Center" VerticalAlignment="Center">
20                 <TextLabelStyle.TextColor>
21                     <Selector x:TypeArguments="Color" Normal="0.2196, 0.6131, 0.9882, 1" Disabled="1, 1, 1, 0.35"/>
22                 </TextLabelStyle.TextColor>
23             </TextLabelStyle>
24         </c:ButtonStyle.Text>
25     </c:ButtonStyle>
26
27     <!--CheckBox-->
28     <cx:LottieButtonStyle x:Key="Tizen.NUI.Components.CheckBox" LottieUrl="NUIResourcePath nui_wearable_checkbox_icon.json">
29         <cx:LottieButtonStyle.PlayRange>
30             <Selector x:TypeArguments="LottieFrameInfo" Selected="19, 36" Normal="0, 18"/>
31         </cx:LottieButtonStyle.PlayRange>
32         <cx:LottieButtonStyle.Opacity>
33             <Selector x:TypeArguments="x:Single?" Other="1" Pressed="0.6" Disabled="0.3"/>
34         </cx:LottieButtonStyle.Opacity>
35     </cx:LottieButtonStyle>
36
37     <!--RadioButton-->
38     <cx:LottieButtonStyle x:Key="Tizen.NUI.Components.RadioButton" LottieUrl="NUIResourcePath nui_wearable_radiobutton_icon.json">
39         <cx:LottieButtonStyle.PlayRange>
40             <Selector x:TypeArguments="LottieFrameInfo" Selected="0, 12" Normal="13, 25"/>
41         </cx:LottieButtonStyle.PlayRange>
42         <cx:LottieButtonStyle.Opacity>
43             <Selector x:TypeArguments="x:Single?" Other="1" Pressed="0.6" Disabled="0.3"/>
44         </cx:LottieButtonStyle.Opacity>
45     </cx:LottieButtonStyle>
46
47     <!--Switch-->
48     <cx:LottieSwitchStyle x:Key="Tizen.NUI.Components.Switch" LottieUrl="NUIResourcePath nui_wearable_switch_icon.json">
49         <cx:LottieSwitchStyle.PlayRange>
50             <Selector x:TypeArguments="LottieFrameInfo" Selected="0, 18" Normal="19, 36"/>
51         </cx:LottieSwitchStyle.PlayRange>
52         <cx:LottieSwitchStyle.Opacity>
53             <Selector x:TypeArguments="x:Single?" Other="1" Pressed="0.6" Disabled="0.3"/>
54         </cx:LottieSwitchStyle.Opacity>
55     </cx:LottieSwitchStyle>
56
57     <!--Loading-->
58     <c:LoadingStyle x:Key="Tizen.NUI.Components.Loading" LoadingSize="360, 360" />
59
60 </Theme>