[NUI] Remove unused property of Transition
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / res / Theme / Tizen.NUI.Components_Tizen.NUI.Theme.Common.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:x="http://schemas.microsoft.com/winfx/2009/xaml"
6   Id="Tizen.NUI.Theme.Common" >
7
8     <!--Button-->
9     <c:ButtonStyle x:Key="Tizen.NUI.Components.Button" Size="100, 45">
10         <c:ButtonStyle.BackgroundColor>
11             <Selector x:TypeArguments="Color" Normal="0.88, 0.88, 0.88, 1" Pressed="0.77, 0.77, 0.77, 1" Disabled="0.88, 0.88, 0.88, 1"/>
12         </c:ButtonStyle.BackgroundColor>
13         <c:ButtonStyle.Text>
14             <!--Button Text-->
15             <TextLabelStyle PointSize="12">
16                 <TextLabelStyle.TextColor>
17                     <Selector x:TypeArguments="Color" Normal="0.22, 0.22, 0.22, 1" Pressed="0.11, 0.11, 0.11, 1" Disabled="0.66, 0.66, 0.66, 1"/>
18                 </TextLabelStyle.TextColor>
19             </TextLabelStyle>
20         </c:ButtonStyle.Text>
21     </c:ButtonStyle>
22
23     <!--CheckBox-->
24     <c:ButtonStyle x:Key="Tizen.NUI.Components.CheckBox" Size="30, 30">
25         <c:ButtonStyle.Icon>
26             <!--CheckBox Icon-->
27             <ImageViewStyle>
28                 <ImageViewStyle.Opacity>
29                     <Selector x:TypeArguments="x:Single?" Normal="1.0" Selected="1.0" Disabled="0.4" DisabledSelected="0.4"/>
30                 </ImageViewStyle.Opacity>
31                 <ImageViewStyle.BackgroundImage>
32                     <Selector x:TypeArguments="x:String" Pressed="{NUIResourcePath nui_component_default_checkbox_bg_p.png}" Selected="{NUIResourcePath nui_component_default_checkbox_bg_p.png}" Other="{NUIResourcePath nui_component_default_checkbox_bg_n.png}"/>
33                 </ImageViewStyle.BackgroundImage>
34                 <ImageViewStyle.ResourceUrl>
35                     <Selector x:TypeArguments="x:String" Selected="{NUIResourcePath nui_component_default_checkbox_s.png}" Other=""/>
36                 </ImageViewStyle.ResourceUrl>
37             </ImageViewStyle>
38         </c:ButtonStyle.Icon>
39         <c:ButtonStyle.Text>
40             <!--CheckBox Text-->
41             <TextLabelStyle PointSize="12">
42                 <TextLabelStyle.TextColor>
43                     <Selector x:TypeArguments="Color" Normal="0.22, 0.22, 0.22, 1" Pressed="0.11, 0.11, 0.11, 1" Disabled="0.66, 0.66, 0.66, 1"/>
44                 </TextLabelStyle.TextColor>
45             </TextLabelStyle>
46         </c:ButtonStyle.Text>
47     </c:ButtonStyle>
48
49     <!--Popup-->
50     <c:PopupStyle x:Key="Tizen.NUI.Components.Popup" Size="500, 280" BackgroundColor="0.9, 0.9, 0.9, 1" ImageShadow="">
51         <c:PopupStyle.ImageShadow>
52             <ImageShadow>
53                 <x:Arguments>
54                     <x:String>{NUIResourcePath nui_component_default_popup_shadow.png}</x:String>
55                     <Rectangle>24, 24, 24, 24</Rectangle>
56                     <Vector2>0, 0</Vector2>
57                     <Vector2>48, 48</Vector2>
58                 </x:Arguments>
59             </ImageShadow>
60         </c:PopupStyle.ImageShadow>
61         <c:PopupStyle.Title>
62             <TextLabelStyle PointSize="16" Padding="20" />
63         </c:PopupStyle.Title>
64         <c:PopupStyle.Buttons>
65             <c:ButtonStyle Size="0, 80">
66                 <c:ButtonStyle.BackgroundColor>
67                     <Selector x:TypeArguments="Color" Normal="1, 1, 1, 1" Pressed="1, 1, 1, 0.5"/>
68                 </c:ButtonStyle.BackgroundColor>
69                 <c:ButtonStyle.Overlay>
70                     <ImageViewStyle>
71                         <ImageViewStyle.BackgroundColor>
72                             <Selector x:TypeArguments="Color" Normal="1, 1, 1, 1" Pressed="0, 0, 0, 0.1" Selected="1, 1, 1, 1"/>
73                         </ImageViewStyle.BackgroundColor>
74                     </ImageViewStyle>
75                 </c:ButtonStyle.Overlay>
76                 <c:ButtonStyle.Text>
77                     <TextLabelStyle TextColor="0.05, 0.63, 0.9, 1" />
78                 </c:ButtonStyle.Text>
79             </c:ButtonStyle>
80         </c:PopupStyle.Buttons>
81     </c:PopupStyle>
82
83     <!--Progress-->
84     <c:ProgressStyle x:Key="Tizen.NUI.Components.Progress" Size="200, 5">
85         <c:ProgressStyle.Track>
86             <ImageViewStyle BackgroundColor="0, 0, 0, 0.1" />
87         </c:ProgressStyle.Track>
88         <c:ProgressStyle.Buffer>
89             <ImageViewStyle BackgroundColor="0.05, 0.63, 0.9, 0.3" />
90         </c:ProgressStyle.Buffer>
91         <c:ProgressStyle.Progress>
92             <ImageViewStyle BackgroundColor="0.05, 0.63, 0.9, 1" />
93         </c:ProgressStyle.Progress>
94     </c:ProgressStyle>
95
96     <!--RadioButton-->
97     <c:ButtonStyle x:Key="Tizen.NUI.Components.RadioButton" Size="30, 30">
98         <c:ButtonStyle.Icon>
99             <ImageViewStyle>
100                 <ImageViewStyle.Opacity>
101                     <Selector x:TypeArguments="x:Single?" Normal="1" Selected="1" Disabled="0.4" DisabledSelected="0.4"/>
102                 </ImageViewStyle.Opacity>
103                 <ImageViewStyle.BackgroundImage>
104                     <Selector x:TypeArguments="x:String" Pressed="{NUIResourcePath nui_component_default_radiobutton_p.png}" Selected="{NUIResourcePath nui_component_default_radiobutton_s.png}" Other="{NUIResourcePath nui_component_default_radiobutton_n.png}" />
105                 </ImageViewStyle.BackgroundImage>
106             </ImageViewStyle>
107         </c:ButtonStyle.Icon>
108         <c:ButtonStyle.Text>
109             <TextLabelStyle PointSize="12">
110                 <TextLabelStyle.TextColor>
111                     <Selector x:TypeArguments="Color" Normal="0.22, 0.22, 0.22, 1" Pressed="0.11, 0.11, 0.11, 1" Disabled="0.66, 0.66, 0.66, 1" />
112                 </TextLabelStyle.TextColor>
113             </TextLabelStyle>
114         </c:ButtonStyle.Text>
115     </c:ButtonStyle>
116
117     <!--Slider-->
118     <c:SliderStyle x:Key="Tizen.NUI.Components.Slider" Size="200, 50" TrackThickness="5">
119         <c:SliderStyle.Track>
120             <ImageViewStyle BackgroundColor="0, 0, 0, 0.1" />
121         </c:SliderStyle.Track>
122         <c:SliderStyle.Progress>
123             <ImageViewStyle BackgroundColor="0.5, 0.63, 0.9, 1" />
124         </c:SliderStyle.Progress>
125         <c:SliderStyle.Thumb>
126             <ImageViewStyle Size="50, 50" ResourceUrl="{NUIResourcePath nui_component_default_slider_thumb_n.png}">
127                 <ImageViewStyle.BackgroundImage>
128                     <Selector x:TypeArguments="x:String" Normal="" Pressed="{NUIResourcePath nui_component_default_slider_thumb_bg_p.png}" />
129                 </ImageViewStyle.BackgroundImage>
130             </ImageViewStyle>
131         </c:SliderStyle.Thumb>
132     </c:SliderStyle>
133
134     <!--Switch-->
135     <c:SwitchStyle x:Key="Tizen.NUI.Components.Switch" Size="96, 60">
136         <c:Switch.Track>
137             <ImageViewStyle Size="96, 60">
138                 <ImageViewStyle.ResourceUrl>
139                     <Selector x:TypeArguments="x:String" Normal="{NUIResourcePath nui_component_default_switch_track_n.png}" Selected="{NUIResourcePath nui_component_default_switch_track_s.png}" Disabled="{NUIResourcePath nui_component_default_switch_track_d.png}" DisabledSelected="{NUIResourcePath nui_component_default_switch_track_ds.png}" />
140                 </ImageViewStyle.ResourceUrl>
141             </ImageViewStyle>
142         </c:Switch.Track>
143         <c:Switch.Thumb>
144             <ImageViewStyle Size="60, 60">
145                 <ImageViewStyle.ResourceUrl>
146                     <Selector x:TypeArguments="x:String" Normal="{NUIResourcePath nui_component_default_switch_thumb_n.png}" Disabled="{NUIResourcePath nui_component_default_switch_thumb_d.png}" Selected="{NUIResourcePath nui_component_default_switch_thumb_n.png}" />
147                 </ImageViewStyle.ResourceUrl>
148             </ImageViewStyle>
149         </c:Switch.Thumb>
150         <c:Switch.Text>
151             <TextLabelStyle PointSize="12">
152                 <TextLabelStyle.TextColor>
153                     <Selector x:TypeArguments="Color" Normal="0.22, 0.22, 0.22, 1" Pressed="0.11, 0.11, 0.11, 1" Disabled="0.66, 0.66, 0.66, 1" />
154                 </TextLabelStyle.TextColor>
155             </TextLabelStyle>
156         </c:Switch.Text>
157     </c:SwitchStyle>
158
159     <!--Loading-->
160     <c:LoadingStyle x:Key="Tizen.NUI.Components.Loading" LoadingSize="100, 100" />
161
162     <!--Pagination-->
163     <c:PaginationStyle x:Key="Tizen.NUI.Components.Pagination">
164         <c:PaginationStyle.IndicatorImageUrl>
165             <Selector x:TypeArguments="x:String" Normal="{NUIResourcePath nui_component_default_pagination_normal_dot.png}" Selected="{NUIResourcePath nui_component_default_pagination_focus_dot.png}" />
166         </c:PaginationStyle.IndicatorImageUrl>
167     </c:PaginationStyle>
168
169     <!--Scrollbar-->
170     <c:ScrollbarStyle x:Key="Tizen.NUI.Components.Scrollbar" TrackThickness="8" ThumbThickness="8" TrackColor="0.435, 0.435, 0.435, 0.1" ThumbColor="0, 0, 0, 0.2" TrackPadding="8" />
171
172 </Theme>