Merge "packaging: spec cleanup" into tizen
[apps/core/preloaded/settings.git] / setting-common / include / setting-common-data-edj-define.h
1 /*
2  * setting
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Flora License, Version 1.1 (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
8  *
9  *     http://floralicense.org/license/
10  *
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.
16  */
17 #ifndef __SETTING_COMMON_DATA_EDJ_DEFINE_H__
18 #define __SETTING_COMMON_DATA_EDJ_DEFINE_H__
19 //Cnnot be fixed when select multiple resolution
20 #define ITEM_X_DEN (480.0)
21 #define ITEM_Y_DEN (90.0)
22 #define ITEM_Y_DEN2 (60.0)
23 #define MAIN_Y_DEN (800.0)
24
25 //wallpaper
26 #define TITLE_AREA_H            150
27 #define BOTTOM_BAR_AREA_H       114
28 #define HD_HEIGHT               1280
29 #define WALLPAPER_LAYOUT_H      ((HD_HEIGHT)-(TITLE_AREA_H)-(BOTTOM_BAR_AREA_H))
30
31 //"personal_vib_layout"
32 #define TOP_AREA_H              158
33 #define PERSONAL_VIBRATION_LAYOUT_H     ((HD_HEIGHT)-(TOP_AREA_H)-(BOTTOM_BAR_AREA_H))
34
35 #endif                          /* __SETTING_COMMON_DATA_EDJ_DEFINE_H__ */