2 * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
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
8 * http://www.apache.org/licenses/LICENSE-2.0
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.
20 #define POPUP_CHECK_VIEW_LAYOUT_MIN_INC 0 252
21 #define POPUP_CONTENT_DEFAULT_PADDING_LEFT_MIN_INC 15
22 #define POPUP_CONTENT_DEFAULT_PADDING_RIGHT_MIN_INC 15
23 #define POPUP_CHECK_VIEW_LAYOUT_CONTENT_MIN_INC 0 162
24 #define POPUP_CHECK_VIEW_LAYOUT_BOTTOM_MIN_INC 0 90
25 #define POPUP_CHECK_VIEW_SWALLOW_END_MIN_INC 50 50
27 #define POPUP_TEXT_FONT_SIZE0 40
28 #define POPUP_TEXT_FONT_SIZE1 30
29 #define POPUP_TEXT_FONT_SIZE2 24
30 #define POPUP_TEXT_FONT_SIZE3 27
32 group { name: "popup_checkview_layout";
34 style { name: "popup_content_style";
35 base: "font=Tizen:style=Regular align=left font_size="POPUP_TEXT_FONT_SIZE1" color=#000000 wrap=mixed ellipsis=-1.0 text_class=tizen";
44 description { state: "default" 0.0;
45 min: POPUP_CHECK_VIEW_LAYOUT_MIN_INC;
52 description { state: "default" 0.0;
53 min: POPUP_CONTENT_DEFAULT_PADDING_LEFT_MIN_INC 0;
55 rel1.relative: 0.0 0.0;
56 rel2.relative: 0.0 1.0;
63 description { state: "default" 0.0;
64 min: POPUP_CONTENT_DEFAULT_PADDING_RIGHT_MIN_INC 0;
66 rel1.relative: 1.0 0.0;
67 rel2.relative: 1.0 1.0;
71 part { name: "elm.swallow.content";
74 description { state: "default" 0.0;
76 min: POPUP_CHECK_VIEW_LAYOUT_CONTENT_MIN_INC;
87 description { state: "default" 0.0;
89 min: POPUP_CHECK_VIEW_LAYOUT_BOTTOM_MIN_INC;
91 rel1.relative: 0.0 1.0;
94 part { name: "elm.swallow.end";
98 description { state: "default" 0.0;
100 min: POPUP_CHECK_VIEW_SWALLOW_END_MIN_INC;