/* * * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* Based on [N-Beat_HD]GUI_Calendar_v0.1_110930.ppt */ #define WIDTH_OF_CALENDAR_VIEW 720 #define HEIGHT_OF_CALENDAR_VIEW 1280 #define BUTTON_BASE_HEIGHT 138 #define BUTTON_HEIGHT 74 #define BUTTON_UP_PADDING 32 #define BUTTON_DOWN_PADDING 32 #define BUTTON_LEFT_PADDING 10 #define BUTTON_RIGHT_PADDING 12 #define LINE_HIGHT 2 #define HEIGHT_OF_SELECTOR_BASE 765 #define HEIGHT_OF_SELECTOR_BUTTON_BASE 110 #define SELECTOR_BUTTON_UP_PADDING 10 #define SELECTOR_BUTTON_DOWN_PADDING 10 #define SELECTOR_BUTTON_LEFT_PADDING 550 #define SELECTOR_BUTTON_RIGHT_PADDING 10 #define HEIGHT_OF_NAVIFRAME 100 group { name, "acct"; parts { part { name, "base"; type, RECT; description { state, "default" 0.0; visible, 0; } } part { name, "sw"; type, SWALLOW; description { state, "default" 0.0; rel1.to, "base"; rel2.to, "base"; } } } }