From: nazib.ullah Date: Tue, 27 Sep 2016 09:01:03 +0000 (+0600) Subject: [TBT][tizen_3.0_wearable][Bluetooth client paired crashing issue solved] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6b6a819813c3bfb45bbe808746b99d906146886;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][tizen_3.0_wearable][Bluetooth client paired crashing issue solved] Change-Id: I0e6febb8296ca0c1ffcc122c6882b30b2936da18 --- diff --git a/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 8b5da70..bf26684 100644 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk index fc9b2b1..c748135 100644 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 diff --git a/tbtcoreapp/res/edje/2.3.1/wearable_360_360/5_part_txt_cnt1.5_cnt_btn_btn.edc b/tbtcoreapp/res/edje/2.3.1/wearable_360_360/5_part_txt_cnt1.5_cnt_btn_btn.edc index 3564e79..ad3c376 100644 --- a/tbtcoreapp/res/edje/2.3.1/wearable_360_360/5_part_txt_cnt1.5_cnt_btn_btn.edc +++ b/tbtcoreapp/res/edje/2.3.1/wearable_360_360/5_part_txt_cnt1.5_cnt_btn_btn.edc @@ -21,6 +21,16 @@ collections { name: "5_part_txt_cnt_cnt_btn_btn"; parts{ + + part{ + name: "base"; + type: RECT; + description{ + state: "default" 0.0; + visible: 1; + color: 255 0 0 255; + } + } part{ name: "1txt"; type: SWALLOW; @@ -30,6 +40,7 @@ collections visible: 1; rel1 {relative: 0.0 0.0; } rel2 {relative: 1.0 0.10; } + fixed: 1 1; } } @@ -46,6 +57,7 @@ collections rel2{ relative:1.0 0.35; } + fixed: 1 1; } } @@ -60,6 +72,7 @@ collections rel2{ relative:1.0 0.60; } + fixed: 1 1; } } @@ -84,6 +97,7 @@ collections relative: 1.0 0.70; } visible: 1; + fixed: 1 1; } } @@ -108,6 +122,7 @@ collections relative: 1.0 1.0; } visible: 1; + fixed: 1 1; } }