3 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
5 * Licensed under the Apache License, Version 2.0 (the License);
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an AS IS BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
21 // This file (and only this one) is licenses under public-domain. The reason
22 // is that this is meant to serve as a template for making your own themes and
23 // Elementary's LGPL license is not intended to follow. The images used do come
24 // under LGPL, but this file specifically for the structure of your theme is
25 // public-domain. This means you can take, use, re-license and otherwise
26 // have zero restrictions on using this file as a base for your theme.
28 // theme configuration file for each theme (tizen, tizen-black, ...)
29 #include TIZEN_TMP_INC
31 #define INDICATOR_H 27
32 #define CONTROLBAR_LARGE_H 78
33 #define CONTROLBAR_SMALL_H 65
34 #define CONTROLBAR_W 78
37 #define PART_RECT(NAME, REFER_PART, COLOR) \
40 description { state: "default" 0.0; \
41 rel1.to: REFER_PART; \
42 rel2.to: REFER_PART; \
54 name: "touch_sound" RAW;
55 source: "Tizen_Touch.wav";
60 name: "sweep_sound" RAW;
61 source: "Slider_sweep.wav";
66 name: "reorder_sound" RAW;
67 source: "List_reorder.wav";
70 #include "widgets/access.edc"
71 #include "widgets/badge.edc"
72 #include "widgets/bg.edc"
73 #include "widgets/bubble.edc"
74 #include "widgets/button.edc"
75 #include "widgets/check.edc"
76 #include "widgets/colorselector.edc"
77 #include "widgets/conformant.edc"
78 #include "widgets/ctxpopup.edc"
79 #include "widgets/datetime.edc"
80 #include "widgets/diskselector.edc"
81 #include "widgets/entry.edc"
82 #include "widgets/gengrid.edc"
83 #include "widgets/scroller.edc"
84 #include "widgets/genlist/genlist.edc" // include scroller first
85 #include "widgets/index.edc"
86 #include "widgets/label.edc"
87 #include "widgets/layout.edc"
88 #include "widgets/map.edc"
89 #include "widgets/multibuttonentry.edc"
90 #include "widgets/naviframe.edc"
91 #include "widgets/notify.edc"
92 #include "widgets/panes.edc"
93 #include "widgets/photocam.edc"
94 #include "widgets/popup.edc"
95 #include "widgets/progressbar.edc"
96 #include "widgets/radio.edc"
97 #include "widgets/segmentedcontrol.edc"
98 #include "widgets/selectioninfo.edc"
99 #include "widgets/slider.edc"
100 #include "widgets/tickernoti.edc"
101 #include "widgets/toolbar.edc"
104 group { name: "elm/focus_highlight/top/default";
106 image: "00_focus.png" COMP;
109 item: "animate" "off";
115 description { state: "default" 0.0;
116 rel1.relative: 0.0 0.0;
117 rel2.relative: 1.0 1.0;
121 part { name: "shine";
125 ignore_flags: ON_HOLD;
127 description { state: "default" 0.0;
132 normal: "00_focus.png";
137 description { state: "show" 0.0;
138 inherit: "default" 0.0;
144 program { name: "show";
145 signal: "elm,action,focus,show";
147 action: STATE_SET "show" 0.0;
151 program { name: "show_end";
152 action: SIGNAL_EMIT "elm,action,focus,show,end" "";
154 program { name: "hide";
155 signal: "elm,action,focus,hide";
157 action: STATE_SET "default" 0.0;
161 program { name: "hide_end";
162 action: SIGNAL_EMIT "elm,action,focus,hide,end" "";