* limitations under the License.
*/
-#define INDEX_PAGECONTROL_IND_INC 35 35
-#define INDEX_PAGECONTROL_IND_MIN_INC 35 35
+#define INDEX_PAGECONTROL_IND_INC 35 35
+#define INDEX_PAGECONTROL_IND_MIN_INC 35 35
#define INDEX_PAGECONTROL_FONT_COLOR_INC 255 255 255
-#define INDEX_PAGECONTROL_FONT_SIZE_INC 18
+#define INDEX_PAGECONTROL_FONT_SIZE_INC 18
collections {
group {
color: INDEX_PAGECONTROL_FONT_COLOR_INC 0;
align: 0.5 0.5;
text {
- font: "SLP:style=Bold";
+ font: "TIZEN:style=Bold";
size: INDEX_PAGECONTROL_FONT_SIZE_INC;
min: 0 1;
//FIXME:values should be 0.5 0.5 when fonts are aligned correctly.
styles {
style {
name: "app_name_style";
- base: "font=SLP:style=MEDIUM font_size=27 align=center valign=top color=#FFFFFF style=soft_shadow shadow_color=#00000060 ellipsis=1";
+ base: "font=TIZEN:style=MEDIUM font_size=27 align=center valign=top color=#FFFFFF style=soft_shadow shadow_color=#00000060 ellipsis=1";
tag: "br" "\n";
}
text {
//style: "app_name_style";
text_class: "menu_item";
- font: "SLP:style=medium";
+ font: "TIZEN:style=medium";
size: 16;
text: "Icon";
align: 0.5 0.1;
}
}
}
-
+
programs {
program {
name: "item,down";
evas_object_size_hint_max_set(bg, item_width, item_height);
elm_object_part_content_set(item, "bg", bg);
- edje_object_text_class_set(_EDJ(item), "menu_item", "SLP:style=medium", 24);
+ edje_object_text_class_set(_EDJ(item), "menu_item", "TIZEN:style=medium", 24);
evas_object_data_set(item, "win", evas_object_data_get(scroller, "win"));
evas_object_data_set(item, "layout", evas_object_data_get(scroller, "layout"));
conformant = elm_conformant_add(win);
retv_if(NULL == conformant, NULL);
+ elm_object_style_set(conformant, "nokeypad");
evas_object_size_hint_weight_set(conformant, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_data_set(conformant, "win", win);
evas_object_show(conformant);