Change package name to org.tizen.tv-volume
[profile/tv/apps/native/air_volume.git] / include / define.h
1 /*
2  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __DEFINE_H__
18 #define __DEFINE_H__
19
20 #define HIDE_DUR 3.0
21 #define BUF_MAX 128
22 #define PROGRESSBAR_WIDTH 6
23 #define PROGRESSBAR_HEIGHT 404
24
25 #define SOURCE_PROGRAM "program"
26 #define SIGNAL_FOCUSED "focused"
27 #define SIGNAL_UNFOCUSED "unfocused"
28 #define SIGNAL_CLICKED "clicked"
29
30 /* volumebanner layout */
31 #define GRP_VOLUME "grp.volume"
32 #define PART_VOLUME_TEXT "part.volume.text"
33 #define PART_VOLUME_PROGRESSBAR "part.volume.progressbar"
34 #define PART_VOLUME_ICON "part.volume.icon"
35 #define STYLE_VOLUME_PROGRESSBAR "volume_progressbar"
36 #define SIGNAL_SHOW_MUTE "signal.show.mute"
37 #define SIGNAL_HIDE_MUTE "signal.hide.mute"
38
39 #define FONT_REGULAR "BreezeSans"
40 #define FONT_LIGHT "BreezeSans:style=Light"
41 #define FONT_BOLD "BreezeSans:style=Bold"
42
43 #endif