/* * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.tizenopensource.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. */ #include "../include/edc_image_name.h" #include "cam_funcs.edc" images { image: RECORDING_IMAGE_REC_IMAGE COMP; image: SHUTTER_REC_NORMAL_VERTICAL_IMAGE COMP; image: SHUTTER_REC_PRESS_VERTICAL_IMAGE COMP; image: RECORDING_PRESS_IMAGE_ANI_VER COMP; } #define PROGRESS_BAR_X 128 #define PROGRESS_BAR_Y 1000 #define PROGRESS_BAR_W 464 #define PROGRESS_BAR_H 20 #define RECBTN_X 239 #define RECBTN_Y 1152 #define RECBTN_W 240 #define RECBTN_H 128 #define RECORDING_IMAGE_X 510 #define RECORDING_IMAGE_Y 172 #define RECORDING_IMAGE_W 48 #define RECORDING_IMAGE_H 48 #define RECORDING_TEXT_X 400 #define RECORDING_TEXT_Y 172 #define RECORDING_LEFT_TEXT_X 10 #define RECORDING_LEFT_TEXT_Y 28 //endfiles