scale: 1;
description {
state: "default" 0.0;
+ min: 0 0;
+ max: -1 0;
+ visible: 0;
+ }
+ description {
+ state: "show" 0.0;
min: 0 MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H;
fixed: 1 1;
visible: 1;
rel1 { to_y: "swl.mbe"; relative: 0.0 1.0; }
rel2 { to_y: "swl.mbe"; relative: 1.0 1.0; }
}
- description {
- state: "hide" 0.0;
- min: 0 0;
- max: -1 0;
- visible: 0;
- }
}
part {
name: "entry_padding_left";
scale: 1;
description {
state: "default" 0.0;
+ visible: 0;
+ min: 0 0;
+ max: -1 0;
+ }
+ description {
+ state: "show" 0.0;
+ inherit: "default" 0.0;
min: 0 MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H;
fixed: 1 1;
visible: 1;
rel2 { to_x: "contact_padding_left"; to_y: "entry_padding_bottom"; relative: 0.0 0.0; }
}
description {
- state: "hide" 0.0;
- inherit: "default" 0.0;
- visible: 0;
- min: 0 0;
- max: -1 0;
- }
- description {
state: "with_invalid_icon" 0.0;
min: 0 MSG_COMPOSER_RECIPIENT_TO_FIELD_MIN_H;
fixed: 1 1;
scale: 1;
mouse_events: 1;
description {
- state: "default" 0.0;
+ visible: 0;
+ }
+ description {
+ state: "show" 0.0;
+ inherit: "default" 0.0;
min: 1 1;
fixed: 1 1;
visible: 1;
rel2 { to: "rect.btn"; relative: 1.0 1.0; }
align: 0.5 0.5;
}
- description {
- state: "hide" 0.0;
- inherit: "default" 0.0;
- visible: 0;
- }
}
part {
name: "rect.btn";
name: "show_entry";
signal: "show_entry";
source: "*";
- action: STATE_SET "default" 0.0;
+ action: STATE_SET "show" 0.0;
target: "swl.entry";
target: "entry.main.bg";
target: "swl.contact_btn";
name: "hide_entry";
signal: "hide_entry";
source: "*";
- action: STATE_SET "hide" 0.0;
+ action: STATE_SET "default" 0.0;
target: "swl.entry";
target: "entry.main.bg";
target: "swl.contact_btn";
limitFilter.max_char_count = m_EntryMaxCharCount;
elm_entry_markup_filter_append(m_pEntry, elm_entry_filter_limit_size, &limitFilter);
- evas_object_show(m_pEntry);
-
evas_object_smart_callback_add(m_pEntry, "changed", SMART_CALLBACK(ConvRecipientsPanelView, onEntryChanged), this);
evas_object_smart_callback_add(m_pEntry, "focused", SMART_CALLBACK(ConvRecipientsPanelView, onEntryFocusChanged), this);
evas_object_smart_callback_add(m_pEntry, "unfocused", SMART_CALLBACK(ConvRecipientsPanelView, onEntryFocusChanged), this);