[TBT][tizen_3.0_wearable][stt crashing issue resolved] 97/90297/1
authornazib.ullah <nazib.ullah@samsung.com>
Thu, 29 Sep 2016 09:45:16 +0000 (15:45 +0600)
committernazib.ullah <nazib.ullah@samsung.com>
Thu, 29 Sep 2016 09:47:09 +0000 (15:47 +0600)
Change-Id: Iea90f0608d204d02de85f59d6a3e60faff86e23c

release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk
tbtcoreapp/res/edje/2.3.1/wearable_360_360/stt_viewer.edc

index bf2668421323b1d1d59a415554cfd7f02cf22d37..83854ba7e5880577718c7532068153ae23d7ad9a 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 c748135a24f66c8e96535b7ad9885e4f602cd3c4..d0622c83128e834df8a0a6da935506085f874a3e 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 fe66528857aa7e47f67bbae47132d02a67dc5343..f2b0e3da40b7461fb34c067b3b25bb96d2f39e04 100644 (file)
@@ -20,6 +20,17 @@ collections
    {
       name: "stt_viewer";
       parts{
+      
+                part{
+            name: "base";
+            type: RECT;
+            description{
+                state: "default" 0.0;
+                visible: 1;
+                color: 255 0 0 255;
+            }
+        }
+            
          part{
             name: "txt_part_1";
             type: SWALLOW;
@@ -33,6 +44,7 @@ collections
                rel2 {
                   relative: 1.0 0.12;
                }
+               fixed: 1 1;
             }
          }
          part{
@@ -47,6 +59,7 @@ collections
                   relative: 1.0 0.50;
                }
                visible: 1;
+               fixed: 1 1;
             }
          }
          part { name: "padding";
@@ -74,6 +87,7 @@ collections
                   relative: 1.0 0.70;
                }
                visible: 1;
+               fixed: 1 1;
             }
          }
          part { name: "padding2";
@@ -100,6 +114,7 @@ collections
                   relative: 1.0 1.0;
                }
                visible: 1;
+               fixed: 1 1;
             }
          }
       }