#include "macros.inl"
#include "colors_define.inl"
+#define RECIPIENT_TO_FIELD_MIN_H 81
+
collections {
BASE_SCALE;
group
color: CONV_BG_COLOR;
}
}
- PADDING_TOP("conv_list.pad.top", 130);
+ PADDING_TOP("conv_list.pad.top", RECIPIENT_TO_FIELD_MIN_H);
part {
name: "swl.bubble";
type: SWALLOW;
#include "macros.inl"
#include "colors_define.inl"
-#define MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H 80
+#define RECIPIENT_TO_FIELD_MIN_H 80
#define BUTTON_SIZE 50 50
#define BUTTON_RECT_SIZE 80 80
#define RECIP_FAILED_COLOR 246 183 183 255
scale: 1;
description {
state: "default" 0.0;
- min: 0 MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H;
+ min: 0 RECIPIENT_TO_FIELD_MIN_H;
rel1.to: "swl.mbe";
rel2.to: "entry.main.bg";
}
}
description {
state: "show" 0.0;
- min: 0 MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H;
+ min: 0 RECIPIENT_TO_FIELD_MIN_H;
fixed: 1 1;
visible: 1;
align: 0.0 0.0;
description {
state: "show" 0.0;
inherit: "default" 0.0;
- min: 0 MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H;
+ min: 0 RECIPIENT_TO_FIELD_MIN_H;
max: -1 -1;
rel1 { to_x: "entry_padding_left"; to_y: "entry_padding_top"; relative: 1.0 1.0; }
rel2 { to_x: "swl.contact_btn"; to_y: "entry_padding_bottom"; relative: 0.0 0.0; }
return m_pEntryLayout;
m_pEntryLayout = elm_layout_add(m_pLayout);
- elm_layout_theme_set(m_pEntryLayout, "layout", "searchfield", "singleline");
+ elm_layout_theme_set(m_pEntryLayout, "layout", "editfield", "singleline");
evas_object_show(m_pEntryLayout);
elm_object_part_content_set(m_pEntryLayout, "elm.swallow.button", createClearButton(m_pEntryLayout));
elm_object_part_content_set(m_pLayout, "swl.entry", m_pEntryLayout);