/* * * 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. * */ #define GENLIST_PART_BOTTOM_LINE \ part { \ name: "bottom_line"; \ type: RECT; \ mouse_events: 0; \ description { state: "default" 0.0; \ min: 0 1; \ fixed: 0 1; \ visible: 1; \ color: 169 169 169 255; \ rel1 { \ relative: 0.0 1.0; \ offset: 0 -1; \ } \ } \ } styles { style { name: "textblock_style_main"; base: "font=SLP:style=Roman text_class=slp_roman font_size=42 align=left color=#F9F9F9 wrap=char"; } } #define PART_TEXT_BLACK_LEFT(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iCLass, iSize)\ PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize, 0.0, 0.5, 0, 0, 0, 255) #define PART_TEXT_GRAY_RIGHT(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize)\ PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize, 1.0, 0.5, 85, 70, 58, 255) #define PART_TEXT_WHITE_LEFT(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize)\ PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize, 0.0, 0.5, 255, 255, 255, 255) #define PART_TEXT_GRAY_CENTER(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize)\ PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize, 0.5, 0.5, 85, 70, 58, 255) #define PART_TEXT_DETAIL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize)\ PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize, 0.0, 0.5, 0, 0, 0, 255) #define PART_TEXT_DATE(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize)\ PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \ iText, iFont, iClass, iSize, 0.0, 0.5, 124, 124, 124, 255) group{ name: "empty_layout"; parts{ PART_BG("bg") PART_SWALLOW("elm.swallow.content", "bg") } } #define IMF_HEIGHT 538