[TBT][NFC-eSE][Remove launch button due to no use] 90/84790/1
authorso2.park <so2.park@samsung.com>
Mon, 22 Aug 2016 10:46:01 +0000 (19:46 +0900)
committerso2.park <so2.park@samsung.com>
Mon, 22 Aug 2016 10:46:01 +0000 (19:46 +0900)
Change-Id: I5681b47d9f4a35f85bad178833167a01452a362d
Signed-off-by: so2.park <so2.park@samsung.com>
release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk
tbtcoreapp/src/view/tbt-nfc-ese-view.c

index 2cc14eceb6c27f1ec62fb7f85e0fb8b95b9c803a..ed57e7e8b0ef5c0f1cf3eaf21082e95a219e67a3 100644 (file)
Binary files a/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 499213455b73610b682c7221f1ed3ce1350ab95f..2ca367d2a949c2d9e84df5adef30921913cfab96 100644 (file)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk differ
index 94d5956c0f725caea288739e213a153862c48cc8..8f4eaeaf5ea198a03e76ff7372f32b16bab7bf58 100644 (file)
@@ -172,9 +172,9 @@ static Evas_Object *add_control_layout(nfc_ese_view *this, Evas_Object *parent)
     evas_object_size_hint_align_set(table, EVAS_HINT_FILL, EVAS_HINT_FILL);
     evas_object_show(table);
 
-    elm_table_padding_set(table, 0, 0);
-       this->single_btn = ui_utils_push_button_add(this, table, "Launch App", _view_button_pressed_cb);
-       elm_table_pack(table, this->single_btn, 0, 0, 1, 1);
+    //elm_table_padding_set(table, 0, 0);
+    // this->single_btn = ui_utils_push_button_add(this, table, "Launch App", _view_button_pressed_cb);
+    // elm_table_pack(table, this->single_btn, 0, 0, 1, 1);
 
     return table;
 }