elm_object_item_part_content_set(nf_it, "tabbar", tabbar);
#else
tabbar = wearable_create_2_text_with_title_tabbar(nf, this);
+ elm_object_item_part_content_set(nf_it, "nfc_tabbar", tabbar);
#endif
this->nfc_list = elm_list_add(this->view->layout);
evas_object_data_set(this->nfc_list, "nfc_view", this);
elm_object_part_content_set(this->view->layout, "nfc_list", this->nfc_list);
- ui_utils_show_toast("NFC Discovery Detach", this->view->layout, 3);
+ // ui_utils_show_toast("NFC Discovery Detach", this->view->layout, 3);
}
}
}
this->nfc_list = elm_list_add(this->view->layout);
evas_object_data_set(this->nfc_list, "nfc_view", this);
elm_object_part_content_set(this->view->layout, "nfc_list", this->nfc_list);
- ui_utils_show_toast("NFC Discovery Detach", this->view->layout, 3);
+ //ui_utils_show_toast("NFC Discovery Detach", this->view->layout, 3);
}
elm_table_pack(table, btn1, 0, 0, 1, 1);
elm_table_pack(table, btn2, 1, 0, 1, 1);
- elm_object_part_content_set(this->view->layout, "1cnt", table);
+ elm_object_part_content_set(this->view->layout, "nfc_tabbar", table);
return table;
}