summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmritanshu Pandia <a.pandia1@samsung.com>2020-07-29 10:37:00 +0000
committerGerrit Code Review <gerrit@review>2020-07-29 10:37:00 +0000
commit74fc227d6664310fe65c5ce55187ff0422f1e966 (patch)
tree38d65b7181d1ed75ccf8c71a99be687f3cd6322c
parent2f0f7b9b5dcff4f4ae0bc1a69a8bc514c0d68200 (diff)
parent8577a619a547f79f7c68ed68fa5eeac31bce550c (diff)
downloadvideo-player-74fc227d6664310fe65c5ce55187ff0422f1e966.tar.gz
video-player-74fc227d6664310fe65c5ce55187ff0422f1e966.tar.bz2
video-player-74fc227d6664310fe65c5ce55187ff0422f1e966.zip
Merge "[TIZENIOT-1739,1755]Apply animation and modify po files" into tizen
-rwxr-xr-xinclude/widget/mp-video-nocontent-layout.h5
-rwxr-xr-xres/edje/vp-nocontents.edc119
-rwxr-xr-xres/lottie/no_search_result.json1
-rwxr-xr-xres/lottie/vp_no_item.json1
-rwxr-xr-xres/po/en.po4
-rwxr-xr-xres/po/en_PH.po4
-rwxr-xr-xres/po/en_US.po4
-rwxr-xr-xres/po/ko_KR.po6
-rwxr-xr-xshared/res/org.tizen.videos.pngbin6717 -> 2890 bytes
-rwxr-xr-xsrc/view/mp-video-list-view-folder.c3
-rwxr-xr-xsrc/view/mp-video-list-view-item-of-folder.c3
-rwxr-xr-xsrc/view/mp-video-list-view-normal.c3
-rwxr-xr-xsrc/view/mp-video-list-view-thumbnail.c3
-rwxr-xr-xsrc/view/mp-video-search-view.c20
-rwxr-xr-xsrc/widget/mp-video-nocontent-layout.c89
15 files changed, 216 insertions, 49 deletions
diff --git a/include/widget/mp-video-nocontent-layout.h b/include/widget/mp-video-nocontent-layout.h
index 3e18a62..93fc79d 100755
--- a/include/widget/mp-video-nocontent-layout.h
+++ b/include/widget/mp-video-nocontent-layout.h
@@ -27,10 +27,9 @@ extern "C" {
#endif
- Evas_Object *mp_create_nocontent_layout(const Evas_Object * pParent,
- const char *pText,
- const char *pHelpText);
+Evas_Object *mp_create_nocontent_layout(const Evas_Object * pParent, const char *pText);
+Evas_Object *mp_create_nosearch_result_layout(const Evas_Object * pParent, const char *pText);
#ifdef _cplusplus
}
diff --git a/res/edje/vp-nocontents.edc b/res/edje/vp-nocontents.edc
index 6bb163d..1a7f088 100755
--- a/res/edje/vp-nocontents.edc
+++ b/res/edje/vp-nocontents.edc
@@ -42,13 +42,13 @@
//#define MP_LIST_NO_CONTENT_IMAGE "T02_video_noitem.png"
styles{
-style { name: "nocontent_style";
+/*style { name: "nocontent_style";
base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color=#000000 wrap=mixed ellipsis=1.0";
tag: "br" "\n";
tag: "hilight" "+ font=Tizen:style=Bold";
tag: "b" "+ font=Tizen:style=Bold";
tag: "tab" "\t";
-}
+}*/
style { name: "nocontent_style_dim";
base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color=#000000 wrap=mixed ellipsis=1.0";
tag: "br" "\n";
@@ -65,6 +65,121 @@ style { name: "nocontent_help_text";
}
}
+group {
+ name: "elm/layout/nocontents";
+ styles {
+ style { name: "nocontent_style";
+ base: "font=Tizen:style=Roman text_class=tizen font_size="18" align=center color=#000000 wrap=word";
+ tag: "br" "\n";
+ tag: "hilight" "+ font=Tizen:style=Bold text_class=tizen";
+ tag: "b" "+ font=Tizen:style=Bold text_class=tizen";
+ tag: "tab" "\t";
+ }
+ }
+ parts {
+ part {
+ name: "bg";
+ scale: 1;
+ type: RECT;
+ description { state: "default" 0.0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0;}
+ rel2 { relative: 1.0 1.0;}
+ color: 0 0 0 0;
+ }
+ }
+ part {
+ name: "nocontents.anim.swallow";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1 { relative : 0.5 0.42; to : "bg";}
+ rel2 { relative : 0.5 0.42; to : "bg";}
+ }
+ }
+ part {
+ name: "elm.text";
+ type: TEXTBLOCK;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 26;
+ max: -1 26;
+ fixed: 0 1;
+ align: 0.5 0.0;
+ rel1 { relative: 0.0 0.7; to: "bg";}
+ rel2 { relative: 1.0 0.7; to: "bg";}
+ color: 6 1 74 255;
+ text {
+ style: "nocontent_style";
+ align: 0.5 0.5;
+ min: 1 0;
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "search_no_result";
+ styles {
+ style { name: "nosearch_style";
+ base: "font=Tizen:style=Roman text_class=tizen font_size=18 align=center color=#000000 wrap=word";
+ tag: "br" "\n";
+ tag: "hilight" "+ font=Tizen:style=Bold text_class=tizen";
+ tag: "b" "+ font=Tizen:style=Bold text_class=tizen";
+ tag: "tab" "\t";
+ }
+ }
+ parts {
+ part {
+ name: "bg";
+ mouse_events: 0;
+ type: SPACER;
+ description { state: "default" 0.0;
+ rel1 { relative: 0.0 0.0;}
+ rel2 { relative: 1.0 1.0;}
+ }
+ }
+ part {
+ name: "nocontents.anim.swallow";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1 { relative : 0.5 0.42; to : "bg";}
+ rel2 { relative : 0.5 0.42; to : "bg";}
+ }
+ }
+ part {
+ name: "elm.text";
+ type: TEXTBLOCK;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 26;
+ max: -1 26;
+ fixed: 0 1;
+ align: 0.5 0.0;
+ rel1 { relative: 0.0 0.7; to: "nocontents.anim.swallow";}
+ rel2 { relative: 1.0 0.7; to: "nocontents.anim.swallow";}
+ color: 6 1 74 255;
+ text {
+ style: "nosearch_style";
+ align: 0.5 0.5;
+ min: 1 0;
+ //max: 0 1;
+ }
+ }
+ }
+ }
+ }
+
group { name: "nocontents_layout";
parts {
part { name: "contents";
diff --git a/res/lottie/no_search_result.json b/res/lottie/no_search_result.json
new file mode 100755
index 0000000..ed9403c
--- /dev/null
+++ b/res/lottie/no_search_result.json
@@ -0,0 +1 @@
+{"v":"5.5.8","fr":30,"ip":0,"op":300,"w":500,"h":500,"nm":"universal_search","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"samolot/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":44,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":280,"s":[100],"e":[0]},{"t":284}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.697,"y":0.863},"o":{"x":0.453,"y":0.164},"t":0,"s":[303.5,142.25,0],"e":[260.692,84.616,0],"to":[-37.003,-40.703,0],"ti":[14.192,13.116,0]},{"i":{"x":0.654,"y":0.958},"o":{"x":0.36,"y":0.041},"t":16,"s":[260.692,84.616,0],"e":[112.805,72.233,0],"to":[-14.192,-13.116,0],"ti":[90.227,-37.623,0]},{"i":{"x":0.594,"y":0.24},"o":{"x":0.374,"y":0.407},"t":25,"s":[112.805,72.233,0],"e":[88.866,189.214,0],"to":[-50.24,20.949,0],"ti":[-57.614,-18.821,0]},{"i":{"x":0.64,"y":0.797},"o":{"x":0.299,"y":0.207},"t":105,"s":[88.866,189.214,0],"e":[315.385,172.854,0],"to":[33.88,7.862,0],"ti":[-54.636,-7.576,0]},{"i":{"x":0.663,"y":0.5},"o":{"x":0.325,"y":0.287},"t":149,"s":[315.385,172.854,0],"e":[321.326,231.666,0],"to":[80.277,11.131,0],"ti":[51.321,2.402,0]},{"i":{"x":0.665,"y":0.633},"o":{"x":0.435,"y":0.614},"t":187,"s":[321.326,231.666,0],"e":[341.584,125.817,0],"to":[-87.986,-7.621,0],"ti":[-41.139,-39.046,0]},{"i":{"x":0.667,"y":0.756},"o":{"x":0.175,"y":0.302},"t":238,"s":[341.584,125.817,0],"e":[303.5,142.25,0],"to":[29.166,27.683,0],"ti":[35.188,45.406,0]},{"t":280}],"ix":2},"a":{"a":0,"k":[33,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[-24.158,-24.158,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":12,"s":[0,0,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.454,0.454,0]},"t":48,"s":[0,0,100],"e":[80,80,100]},{"i":{"x":[0.263,0.263,0.667],"y":[1,1,1]},"o":{"x":[0.349,0.349,0.333],"y":[0.018,0.018,0]},"t":100,"s":[80,80,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.759,0.759,1]},"o":{"x":[0.35,0.35,0.333],"y":[0,0,0]},"t":137,"s":[100,100,100],"e":[50,50,100]},{"i":{"x":[0.667,0.667,0.667],"y":[-2.247,-2.247,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.632,0.632,0]},"t":197,"s":[50,50,100],"e":[30,30,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.344,0.344,0]},"t":260,"s":[30,30,100],"e":[0,0,100]},{"t":280}],"ix":6}},"ao":1,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.847,-5.667],[-26.847,1.796],[-25.851,3.508],[-26.41,5.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38,15.681],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.895,-0.125],[0,0],[0.897,-0.474],[0,0],[-0.265,0.888],[0,0],[0.174,0.26],[0,0]],"o":[[0,0],[1.004,0.14],[0,0],[-0.819,0.433],[0,0],[0.089,-0.299],[0,0],[-0.504,-0.75]],"v":[[-30.956,-20.471],[31.233,-11.753],[31.576,-9.794],[-25.145,20.163],[-26.635,18.94],[-20.608,-1.255],[-20.742,-2.137],[-31.969,-18.853]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.838999968884,0.917999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.723,20.846],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.286,-0.571],[0,0],[-0.563,0.461],[0,0],[1.209,-0.566],[0,0]],"o":[[0,0],[0.326,0.65],[0,0],[1.033,-0.846],[0,0],[-0.578,0.271]],"v":[[-23.39,5.487],[-17.879,16.492],[-16.146,16.862],[22.643,-14.852],[21.444,-16.758],[-22.856,3.951]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.739,26.119],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":4,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"?_1/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[389.25,244,0],"ix":2},"a":{"a":0,"k":[7,11.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.09,-0.762],[0.562,-0.361],[0.765,0.09],[0.463,0.482],[-0.09,0.762],[-0.562,0.361],[-0.762,-0.089],[-0.463,-0.482]],"o":[[-0.09,0.763],[-0.562,0.361],[-0.763,-0.09],[-0.462,-0.482],[0.089,-0.763],[0.562,-0.362],[0.765,0.09],[0.462,0.482]],"v":[[0.139,8.862],[-0.838,10.549],[-2.827,10.956],[-4.665,10.099],[-5.221,8.232],[-4.245,6.545],[-2.26,6.137],[-0.42,6.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.221,0.503],[-0.31,0.401],[-0.372,0.312],[-0.378,0.281],[-0.438,0.435],[-0.07,0.604],[0.41,0.485],[0.925,0.108],[0.79,-0.233],[0.875,-0.526],[0,0],[-1.179,0.411],[-1.446,-0.171],[-0.818,-0.392],[-0.552,-0.584],[-0.266,-0.765],[0.101,-0.863],[0.217,-0.441],[0.314,-0.348],[0.379,-0.281],[0.396,-0.259],[0.321,-0.239],[0.268,-0.293],[0.208,-0.371],[0.097,-0.478]],"o":[[0.078,-0.661],[0.222,-0.503],[0.313,-0.401],[0.372,-0.311],[0.933,-0.663],[0.44,-0.438],[0.076,-0.642],[-0.412,-0.489],[-0.762,-0.09],[-0.79,0.233],[0,0],[0.851,-0.672],[1.177,-0.411],[1.022,0.12],[0.821,0.392],[0.55,0.584],[0.268,0.765],[-0.071,0.601],[-0.215,0.442],[-0.317,0.35],[-0.378,0.281],[-0.332,0.227],[-0.324,0.235],[-0.268,0.294],[-0.206,0.374],[0,0]],"v":[[-4.128,3.596],[-3.678,1.848],[-2.878,0.491],[-1.85,-0.579],[-0.724,-1.47],[1.333,-3.119],[2.096,-4.68],[1.594,-6.371],[-0.408,-7.265],[-2.739,-7.05],[-5.239,-5.91],[-6.689,-8.889],[-3.643,-10.516],[0.294,-10.875],[3.055,-10.108],[5.115,-8.646],[6.341,-6.623],[6.589,-4.181],[6.16,-2.614],[5.365,-1.425],[4.322,-0.479],[3.158,0.331],[2.176,1.026],[1.287,1.82],[0.574,2.82],[0.119,4.096]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.481999984442,0.635000011968,0.859000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.939,11.296],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-20,"op":302,"st":-20,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"?_2/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":1,"s":[0],"e":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[-15],"e":[0]},{"t":179}],"ix":10},"p":{"a":0,"k":[169,229,0],"ix":2},"a":{"a":0,"k":[6,9.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.043,-0.606],[0.431,-0.307],[0.608,0.044],[0.383,0.364],[-0.043,0.606],[-0.431,0.306],[-0.606,-0.043],[-0.384,-0.364]],"o":[[-0.043,0.606],[-0.431,0.305],[-0.606,-0.043],[-0.384,-0.364],[0.044,-0.607],[0.431,-0.306],[0.608,0.043],[0.383,0.365]],"v":[[0.685,6.945],[-0.027,8.315],[-1.585,8.708],[-3.068,8.097],[-3.579,6.641],[-2.868,5.271],[-1.312,4.878],[0.175,5.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.157,0.406],[-0.231,0.329],[-0.282,0.26],[-0.289,0.236],[-0.332,0.361],[-0.034,0.479],[0.341,0.369],[0.735,0.052],[0.617,-0.213],[0.672,-0.448],[0,0],[-0.918,0.367],[-1.15,-0.082],[-0.662,-0.28],[-0.458,-0.442],[-0.238,-0.594],[0.049,-0.686],[0.154,-0.357],[0.237,-0.287],[0.289,-0.236],[0.303,-0.22],[0.245,-0.2],[0.201,-0.243],[0.15,-0.301],[0.058,-0.381]],"o":[[0.037,-0.526],[0.158,-0.406],[0.232,-0.328],[0.284,-0.26],[0.714,-0.558],[0.331,-0.362],[0.036,-0.511],[-0.344,-0.371],[-0.607,-0.044],[-0.616,0.212],[0,0],[0.649,-0.562],[0.915,-0.368],[0.812,0.058],[0.663,0.281],[0.457,0.442],[0.24,0.596],[-0.034,0.477],[-0.155,0.357],[-0.238,0.289],[-0.289,0.236],[-0.255,0.191],[-0.247,0.198],[-0.201,0.242],[-0.149,0.302],[0,0]],"v":[[-2.881,2.936],[-2.589,1.536],[-2.005,0.434],[-1.232,-0.45],[-0.372,-1.196],[1.195,-2.575],[1.742,-3.836],[1.284,-5.156],[-0.333,-5.79],[-2.169,-5.535],[-4.105,-4.543],[-5.361,-6.847],[-3.01,-8.243],[0.09,-8.671],[2.303,-8.165],[3.984,-7.083],[5.027,-5.528],[5.312,-3.605],[5.031,-2.35],[4.443,-1.381],[3.654,-0.594],[2.762,0.089],[2.012,0.673],[1.337,1.334],[0.81,2.151],[0.497,3.176]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[5.611,9.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"?_3/Tizen_6.0_no results Outlines","cl":"0_no","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-9.6,"ix":10},"p":{"a":0,"k":[49.172,49.629,0],"ix":2},"a":{"a":0,"k":[12.5,19.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.001,-1.326],[0.891,-0.734],[1.331,0],[0.891,0.733],[0,1.326],[-0.892,0.734],[-1.326,0],[-0.892,-0.733]],"o":[[0,1.326],[-0.892,0.733],[-1.326,0],[-0.892,-0.735],[0,-1.327],[0.891,-0.734],[1.33,0],[0.891,0.734]],"v":[[3.434,14.855],[2.099,17.948],[-1.232,19.048],[-4.558,17.949],[-5.893,14.857],[-4.558,11.765],[-1.232,10.665],[2.099,11.764]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.277,0.909],[-0.451,0.751],[-0.577,0.611],[-0.593,0.559],[-0.665,0.836],[0,1.049],[0.802,0.751],[1.607,0],[1.308,-0.559],[1.394,-1.079],[0,0],[-1.941,0.943],[-2.516,0],[-1.485,-0.507],[-1.066,-0.891],[-0.61,-1.258],[0,-1.501],[0.281,-0.802],[0.468,-0.661],[0.593,-0.559],[0.627,-0.524],[0.503,-0.474],[0.401,-0.559],[0.283,-0.679],[0.068,-0.84]],"o":[[0,-1.151],[0.281,-0.908],[0.457,-0.751],[0.575,-0.609],[1.466,-1.326],[0.666,-0.841],[0,-1.117],[-0.806,-0.754],[-1.327,0],[-1.31,0.558],[0,0],[1.327,-1.327],[1.935,-0.943],[1.779,0],[1.488,0.508],[1.062,0.891],[0.614,1.258],[0.001,1.045],[-0.283,0.802],[-0.474,0.665],[-0.593,0.559],[-0.525,0.456],[-0.508,0.468],[-0.401,0.558],[-0.276,0.682],[0,0]],"v":[[-4.951,6.681],[-4.533,3.589],[-3.433,1.099],[-1.884,-0.945],[-0.132,-2.702],[3.066,-5.947],[4.06,-8.779],[2.857,-11.581],[-0.759,-12.71],[-4.716,-11.87],[-8.776,-9.41],[-11.869,-14.228],[-6.968,-17.635],[-0.286,-19.048],[4.61,-18.288],[8.439,-16.195],[10.951,-12.971],[11.868,-8.831],[11.451,-6.053],[10.325,-3.853],[8.725,-2.02],[6.892,-0.395],[5.348,0.997],[3.983,2.541],[2.959,4.4],[2.44,6.681]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.119,19.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"lupa/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":150,"s":[20],"e":[0]},{"t":301}],"ix":10},"p":{"a":0,"k":[244.5,230.25,0],"ix":2},"a":{"a":0,"k":[34.039,29.115,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[12.628,-14.274],[14.273,12.627],[-12.627,14.275],[-14.274,-12.627]],"o":[[-12.627,14.274],[-14.274,-12.627],[12.628,-14.273],[14.274,12.627]],"v":[[25.845,22.864],[-22.864,25.845],[-25.846,-22.865],[22.864,-25.846]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[15.006,-16.963],[-16.963,-15.006],[-15.006,16.962],[16.963,15.006]],"o":[[-15.005,16.963],[16.963,15.005],[15.006,-16.963],[-16.963,-15.005]],"v":[[-30.714,-27.171],[-27.171,30.714],[30.713,27.171],[27.17,-30.714]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.030999998953,0.054999998504,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.969,45.969],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[12.132,-13.715],[13.714,12.132],[-12.132,13.715],[-13.714,-12.132]],"o":[[-12.133,13.714],[-13.715,-12.133],[12.133,-13.714],[13.715,12.133]],"v":[[24.833,21.967],[-21.967,24.832],[-24.833,-21.969],[21.967,-24.833]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[14.418,-16.297],[-16.297,-14.417],[-14.418,16.298],[16.298,14.417]],"o":[[-14.417,16.298],[16.298,14.418],[14.417,-16.297],[-16.297,-14.417]],"v":[[-29.51,-26.105],[-26.105,29.508],[29.509,26.104],[26.104,-29.51]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.019999999626,0.039000002543,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.969,45.969],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":6,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.658,3.004],[3.005,2.658]],"o":[[0,0],[0,0],[3.005,2.658],[2.657,-3.005],[0,0]],"v":[[0.566,-9.144],[-9.217,1.598],[-3.693,6.486],[6.561,5.859],[5.932,-4.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.614,102.512],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":4,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[2.657,-3.005],[-3.005,-2.659]],"o":[[0,0],[0,0],[-3.005,-2.658],[-2.659,3.004],[0,0]],"v":[[-6.854,8.68],[14.458,8.137],[-1.546,-6.021],[-11.799,-5.394],[-11.172,4.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.019999999626,0.039000002543,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.613,77.163],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":4,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.396],[0,0],[0.395,0.351],[0,0],[-0.35,0.394],[0,0],[0,0]],"o":[[0,0],[-0.35,0.396],[0,0],[-0.396,-0.349],[0,0],[0,0],[0.395,0.351]],"v":[[21.096,10.382],[12.737,19.831],[11.388,19.913],[-21.013,-8.75],[-21.096,-10.098],[-12.103,-20.264],[21.013,9.032]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.030999998953,0.054999998504,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.73,86.593],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":4,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.786,-13.323],[13.322,11.786],[-11.787,13.324],[-13.323,-11.787]],"o":[[-11.786,13.323],[-13.324,-11.787],[11.786,-13.323],[13.322,11.786]],"v":[[24.124,21.34],[-21.34,24.124],[-24.124,-21.342],[21.341,-24.124]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[14.006,-15.833],[-15.832,-14.006],[-14.006,15.832],[15.833,14.006]],"o":[[-14.006,15.832],[15.833,14.007],[14.006,-15.833],[-15.832,-14.006]],"v":[[-28.667,-25.361],[-25.361,28.667],[28.667,25.361],[25.359,-28.667]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.788000009574,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.969,45.969],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":6,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[12.397,-14.013],[14.013,12.396],[-12.397,14.013],[-14.013,-12.397]],"o":[[-12.396,14.014],[-14.014,-12.398],[12.397,-14.014],[14.014,12.397]],"v":[[25.373,22.447],[-22.447,25.375],[-25.375,-22.447],[22.446,-25.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[14.732,-16.653],[-16.653,-14.731],[-14.731,16.652],[16.653,14.732]],"o":[[-14.732,16.653],[16.653,14.732],[14.733,-16.654],[-16.653,-14.732]],"v":[[-30.153,-26.674],[-26.675,30.153],[30.152,26.676],[26.674,-30.152]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.180000005984,0.19199999641,0.573000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.969,45.969],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":6,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[59,59],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.243137000589,0.427451010311,0.749019966873,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.415686249733,0.501747965813,1,1],"ix":4},"o":{"a":0,"k":10,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.5,45],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[120.166,120.166],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.28,-12.752],[12.752,11.281],[-11.28,12.752],[-12.752,-11.281]],"o":[[-11.281,12.752],[-12.752,-11.281],[11.281,-12.752],[12.752,11.281]],"v":[[8.391,8.757],[-35.125,11.421],[-37.789,-32.095],[5.727,-34.758]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[14.511,12.837],[14.363,-16.235],[-16.235,-14.364],[-14.617,11.445],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.543,2.875],[-0.278,0.961]],"o":[[0,0],[0,0],[0,0],[0,0],[-16.236,-14.363],[-14.362,16.236],[14.404,12.742],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.876,2.544],[0.708,-0.799],[0,0]],"v":[[27.538,28.026],[14.78,12.37],[16.225,7.743],[15.754,4.442],[9.4,-40.128],[-44.096,-37.675],[-40.705,17.729],[9.46,19.257],[13.509,22.839],[13.51,22.839],[17.643,26.496],[37.401,43.975],[37.395,43.981],[42.683,48.658],[52.496,48.058],[53.948,45.378]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039861593395,0.052473559976,0.1254902035,1],"ix":4},"o":{"a":0,"k":40,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.539,57.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":6,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":0,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"bg_2/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[73,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.149,4.81],[0,0],[-4.81,10.15],[0,0],[-10.15,-4.809],[0,0],[4.81,-10.15],[0,0]],"o":[[0,0],[-10.15,-4.81],[0,0],[4.809,-10.15],[0,0],[10.151,4.809],[0,0],[-4.81,10.149]],"v":[[8.09,68.153],[-57.868,36.9],[-67.538,9.814],[-35.176,-58.484],[-8.09,-68.154],[57.867,-36.901],[67.537,-9.815],[35.176,58.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.834999952129,0.851000019148,0.859000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.598,73.213],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"bg/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[253,332.5,0],"ix":2},"a":{"a":0,"k":[102.5,3,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-56.228,0],[0,-1.243],[56.229,0],[0,1.243]],"o":[[56.229,0],[0,1.243],[-56.228,0],[0,-1.243]],"v":[[-0.001,-2.251],[101.811,0],[-0.001,2.251],[-101.812,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.776000019148,0.773000021542,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.062,2.501],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"g_1/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[357.5,298,0],"ix":2},"a":{"a":0,"k":[6.5,6.5,0],"ix":1},"s":{"a":0,"k":[125.154,125.154,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.163,-0.019],[0,0],[0.11,-0.117],[0,0],[0.274,0.263],[0.015,0.164],[0,0],[0.115,0.113],[0,0],[-0.267,0.271],[-0.157,0.018],[0,0],[-0.111,0.116],[0,0],[-0.275,-0.263],[-0.02,-0.156],[0,0],[-0.117,-0.11],[0,0],[0.259,-0.278]],"o":[[0,0],[-0.161,0.017],[0,0],[-0.262,0.275],[-0.119,-0.113],[0,0],[-0.016,-0.16],[0,0],[-0.272,-0.266],[0.11,-0.113],[0,0],[0.161,-0.019],[0,0],[0.261,-0.276],[0.115,0.11],[0,0],[0.019,0.16],[0,0],[0.278,0.26],[-0.113,0.119]],"v":[[5.519,2.531],[1.745,2.96],[1.325,3.169],[-1.292,5.912],[-2.264,5.936],[-2.474,5.507],[-2.829,1.938],[-3.033,1.514],[-5.927,-1.316],[-5.937,-2.29],[-5.524,-2.492],[-1.705,-2.925],[-1.285,-3.133],[1.364,-5.911],[2.336,-5.936],[2.544,-5.525],[3.036,-1.557],[3.248,-1.139],[5.911,1.344],[5.945,2.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.454,6.449],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"g_3/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[207.5,310.5,0],"ix":2},"a":{"a":0,"k":[8,8,0],"ix":1},"s":{"a":0,"k":[125.37,125.37,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.204,-0.023],[0,0],[0.139,-0.147],[0,0],[0.344,0.328],[0.02,0.205],[0,0],[0.144,0.142],[0,0],[-0.332,0.338],[-0.196,0.022],[0,0],[-0.14,0.145],[0,0],[-0.343,-0.328],[-0.024,-0.196],[0,0],[-0.147,-0.138],[0,0],[0.324,-0.346]],"o":[[0,0],[-0.201,0.023],[0,0],[-0.327,0.343],[-0.149,-0.142],[0,0],[-0.02,-0.2],[0,0],[-0.339,-0.333],[0.138,-0.141],[0,0],[0.2,-0.023],[0,0],[0.328,-0.343],[0.143,0.136],[0,0],[0.025,0.2],[0,0],[0.347,0.323],[-0.139,0.15]],"v":[[6.894,3.161],[2.179,3.696],[1.654,3.958],[-1.614,7.385],[-2.829,7.415],[-3.091,6.878],[-3.534,2.421],[-3.789,1.891],[-7.405,-1.646],[-7.417,-2.861],[-6.901,-3.113],[-2.13,-3.654],[-1.605,-3.915],[1.703,-7.387],[2.918,-7.415],[3.177,-6.902],[3.791,-1.945],[4.058,-1.424],[7.383,1.68],[7.425,2.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.709999952129,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.999,7.993],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"g_4/Tizen_6.0_no results Outlines","cl":"0_no","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[127.5,266.5,0],"ix":2},"a":{"a":0,"k":[16,16,0],"ix":1},"s":{"a":0,"k":[117.116,117.116,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.036,-0.417],[0,0],[-0.291,-0.292],[0,0],[0.688,-0.684],[0.42,-0.03],[0,0],[0.297,-0.287],[0,0],[0.675,0.699],[0.035,0.402],[0,0],[0.29,0.293],[0,0],[-0.689,0.685],[-0.402,0.039],[0,0],[-0.29,0.295],[0,0],[-0.691,-0.682]],"o":[[0,0],[0.036,0.411],[0,0],[0.684,0.688],[-0.299,0.297],[0,0],[-0.411,0.03],[0,0],[-0.699,0.675],[-0.28,-0.29],[0,0],[-0.037,-0.41],[0,0],[-0.685,-0.689],[0.287,-0.285],[0,0],[0.411,-0.04],[0,0],[0.681,-0.692],[0.298,0.293]],"v":[[6.846,-13.942],[7.68,-4.265],[8.186,-3.176],[15.02,3.701],[15.013,6.187],[13.899,6.694],[4.755,7.355],[3.658,7.846],[-3.776,15.05],[-6.265,15.006],[-6.752,13.937],[-7.596,4.146],[-8.101,3.058],[-15.019,-3.904],[-15.011,-6.391],[-13.945,-6.893],[-3.774,-7.875],[-2.689,-8.393],[3.841,-15.023],[6.327,-15.043]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.954,15.975],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":302,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Uni_search_1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[250,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":300,"st":0,"bm":0}],"markers":[]} \ No newline at end of file
diff --git a/res/lottie/vp_no_item.json b/res/lottie/vp_no_item.json
new file mode 100755
index 0000000..d6e71b7
--- /dev/null
+++ b/res/lottie/vp_no_item.json
@@ -0,0 +1 @@
+{"v":"5.5.8","fr":60,"ip":0,"op":180,"w":600,"h":400,"nm":" opakowanie na tasme_2/Tizen_6.0 kamera","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"opakowanie na taśme_1/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[180],"e":[360]},{"t":180}],"ix":10},"p":{"a":0,"k":[198,138.75,0],"ix":2},"a":{"a":0,"k":[649,286.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.468],[-2.468,0],[0,-2.468],[2.468,0.003],[0,0]],"o":[[-2.468,0],[0,-2.468],[2.468,0],[-0.002,2.468],[0,0],[0,0]],"v":[[10.643,6.971],[6.175,2.503],[10.643,-1.965],[15.111,2.503],[10.639,6.967],[10.638,6.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,2.467],[-2.467,0],[0,-2.468],[2.468,0],[0,0]],"o":[[-2.467,0],[0,-2.468],[2.468,0],[0,2.467],[0,0],[0,0]],"v":[[0.856,15.371],[-3.612,10.903],[0.856,6.435],[5.324,10.903],[0.856,15.371],[0.851,15.371]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,2.468],[-2.468,0.001],[0,0],[0,-2.467],[0,0],[2.467,0],[0,0]],"o":[[-2.468,0],[0,-2.467],[0,0],[2.468,0],[0,0],[0,2.467],[0,0],[0,0]],"v":[[-7.335,-4.308],[-11.803,-8.776],[-7.336,-13.245],[-7.335,-13.245],[-2.867,-8.777],[-2.867,-8.776],[-7.334,-4.309],[-7.34,-4.309]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,2.467],[-2.468,0],[0,-2.468],[2.467,0],[0,0]],"o":[[-2.468,0],[0,-2.468],[2.467,0],[-0.001,2.467],[0,0],[0,0]],"v":[[-10.635,8.244],[-15.103,3.776],[-10.635,-0.692],[-6.167,3.776],[-10.636,8.243],[-10.638,8.243]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.552,0],[0,0.553],[-0.552,0],[0,-0.55]],"o":[[0,0.553],[-0.552,0],[0,-0.552],[0.551,0.002],[0,0]],"v":[[-1.38,0.751],[-2.38,1.751],[-3.38,0.751],[-2.38,-0.249],[-1.383,0.75]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.552],[0.552,0],[0,0.553],[-0.551,0.002]],"o":[[0.552,0],[0,0.553],[-0.552,0],[-0.001,-0.551],[0,0]],"v":[[-1.643,-3.064],[-0.643,-2.064],[-1.643,-1.064],[-2.643,-2.064],[-1.646,-3.065]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.294],[0.294,0],[0,0],[0,0.294],[-0.293,0.002]],"o":[[0.294,0],[0,0.294],[0,0],[-0.294,0],[0,-0.293],[0,0]],"v":[[0.003,-0.783],[0.536,-0.251],[0.004,0.281],[0.003,0.281],[-0.529,-0.251],[0,-0.783]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.552,0],[0,0.553],[-0.552,0],[0,-0.55]],"o":[[0,0.553],[-0.552,0],[0,-0.552],[0.551,0.002],[0,0]],"v":[[1.196,2.349],[0.196,3.349],[-0.804,2.349],[0.196,1.349],[1.192,2.349]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.552],[0.552,0],[0,0.552],[-0.551,0.002]],"o":[[0.552,0],[0,0.552],[-0.552,0],[0,-0.551],[0,0]],"v":[[1.387,-3.351],[2.387,-2.351],[1.387,-1.351],[0.387,-2.351],[1.383,-3.351]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0.552,0],[0,0.552],[-0.552,0],[0,-0.551]],"o":[[0,0.552],[-0.552,0],[0,-0.552],[0.551,0.003],[0,0]],"v":[[3.387,0.465],[2.387,1.465],[1.387,0.465],[2.387,-0.535],[3.383,0.465]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[-2.467,0],[0,-2.467],[2.468,0],[0,2.468]],"o":[[2.468,0],[0,2.468],[-2.467,0],[0,-2.467]],"v":[[6.17,-14.521],[10.638,-10.053],[6.17,-5.585],[1.702,-10.053]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,-10.599],[-10.599,0],[-0.001,10.598],[0,0],[10.599,0.001]],"o":[[-10.599,0],[0.001,10.598],[10.599,0.001],[0,0],[0,-10.598],[0,0]],"v":[[0,-19.191],[-19.191,0],[0,19.19],[19.191,0.001],[19.191,0],[0.002,-19.191]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[648.952,286.918],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":16,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":" opakowanie na tasme_2/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[180],"e":[360]},{"t":180}],"ix":10},"p":{"a":0,"k":[246.75,135.5,0],"ix":2},"a":{"a":0,"k":[697.25,282.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,3.697],[-3.696,0],[0,-3.697],[3.697,0.003],[0,0]],"o":[[-3.696,0],[0,-3.697],[3.697,0],[-0.003,3.697],[0,0],[0,0]],"v":[[15.942,10.444],[9.248,3.75],[15.942,-2.944],[22.635,3.75],[15.937,10.439],[15.932,10.439]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,3.697],[0,0],[-3.696,0],[0,0],[0,-3.697],[3.697,0.002],[0,0]],"o":[[-3.696,0.001],[0,0],[0,-3.697],[0,0],[3.697,0],[-0.002,3.697],[0,0],[0,0]],"v":[[1.279,23.035],[-5.416,16.342],[-5.416,16.341],[1.278,9.647],[1.279,9.647],[7.972,16.341],[1.274,23.031],[1.271,23.031]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,3.697],[-3.697,0],[0,-3.697],[3.696,0.002],[0,0]],"o":[[-3.697,0],[0,-3.697],[3.698,0],[-0.003,3.697],[0,0],[0,0]],"v":[[-10.995,-6.451],[-17.688,-13.145],[-10.995,-19.839],[-4.299,-13.145],[-10.997,-6.455],[-11,-6.455]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,3.697],[-3.696,0],[0,0],[0,-3.697],[3.697,0.002],[0,0]],"o":[[-3.698,0],[0,-3.697],[0,0],[3.696,0],[-0.002,3.697],[0,0],[0,0]],"v":[[-15.935,12.356],[-22.63,5.662],[-15.938,-1.032],[-15.935,-1.032],[-9.242,5.662],[-15.94,12.352],[-15.943,12.352]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.828,0],[0,0.828],[-0.828,0],[-0.002,-0.825]],"o":[[0,0.828],[-0.828,0],[0,-0.829],[0.825,0.003],[0,0]],"v":[[-2.07,1.129],[-3.57,2.629],[-5.07,1.129],[-3.57,-0.371],[-2.078,1.125]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.828],[0.828,0],[0,0.828],[-0.828,0.004]],"o":[[0.828,0],[0,0.828],[-0.829,0],[-0.003,-0.827],[0,0]],"v":[[-2.463,-4.588],[-0.963,-3.088],[-2.463,-1.588],[-3.963,-3.088],[-2.469,-4.592]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.442],[0.441,0],[0,0.442],[-0.442,0.002],[0,0]],"o":[[0.441,0],[0,0.442],[-0.443,0],[-0.003,-0.442],[0,0],[0,0]],"v":[[0.003,-1.169],[0.802,-0.369],[0.003,0.431],[-0.797,-0.369],[-0.003,-1.173],[0,-1.173]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.828,0],[0,0.828],[-0.829,0],[-0.004,-0.823]],"o":[[0,0.828],[-0.829,0],[0,-0.829],[0.823,0.003],[0,0]],"v":[[1.789,3.523],[0.289,5.023],[-1.211,3.523],[0.289,2.023],[1.782,3.516]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.829],[0.828,0],[0,0.828],[-0.827,0.003]],"o":[[0.828,0],[0,0.828],[-0.829,0],[-0.003,-0.828],[0,0]],"v":[[2.075,-5.017],[3.575,-3.517],[2.075,-2.017],[0.575,-3.517],[2.068,-5.021]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0.828,0],[0,0.828],[-0.829,0],[-0.002,-0.826]],"o":[[0,0.828],[-0.829,0],[0,-0.829],[0.825,0.002],[0,0]],"v":[[5.075,0.7],[3.575,2.2],[2.075,0.7],[3.575,-0.8],[5.07,0.697]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,-3.697],[3.696,0],[0,3.697],[-3.696,0.002]],"o":[[3.696,0],[0,3.697],[-3.698,0],[-0.002,-3.696],[0,0]],"v":[[9.245,-21.753],[15.938,-15.059],[9.245,-8.365],[2.549,-15.059],[9.24,-21.756]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[15.879,0],[0,-15.88],[-15.88,-0.001],[-0.001,15.88]],"o":[[-15.88,0],[0.001,15.88],[15.879,-0.001],[0,-15.88]],"v":[[0,-28.753],[-28.753,0],[0,28.753],[28.753,0]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[697.358,282.507],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":16,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"taśma1/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232,236,0],"ix":2},"a":{"a":0,"k":[683,384,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.803,0],[0,-8.802],[8.802,0],[0,8.802]],"o":[[8.802,0],[0,8.802],[-8.803,0],[0,-8.802]],"v":[[0,-15.938],[15.938,0],[0,15.938],[-15.938,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[697.354,282.708],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"taśma1/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232,236,0],"ix":2},"a":{"a":0,"k":[683,384,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.875,0],[0,-5.875],[5.875,0],[0,5.875]],"o":[[5.875,0],[0,5.875],[-5.875,0],[0,-5.875]],"v":[[0,-10.638],[10.638,0],[0,10.638],[-10.638,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.169000004787,0.372999991623,0.725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[648.952,287.052],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"g1/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":262,"ix":10},"p":{"a":0,"k":[349.63,54.072,0],"ix":2},"a":{"a":0,"k":[794,210,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.381,0.381,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100],"e":[114.292,114.292,100]},{"i":{"x":[0.313,0.313,0.667],"y":[1.077,1.077,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":43,"s":[114.292,114.292,100],"e":[100,100,100]},{"t":179}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.482,-0.055],[0,0],[0.327,-0.344],[0,0],[0.809,0.771],[0.047,0.483],[0,0],[0.339,0.331],[0,0],[-0.782,0.799],[-0.462,0.052],[0,0],[-0.327,0.342],[0,0],[-0.809,-0.77],[-0.057,-0.464],[0,0],[-0.346,-0.324],[0,0],[0.758,-0.82]],"o":[[0,0],[-0.47,0.053],[0,0],[-0.771,0.808],[-0.35,-0.335],[0,0],[-0.047,-0.473],[0,0],[-0.799,-0.782],[0.325,-0.332],[0,0],[0.471,-0.055],[0,0],[0.771,-0.809],[0.339,0.323],[0,0],[0.059,0.471],[0,0],[0.82,0.758],[-0.329,0.356]],"v":[[16.227,7.444],[5.127,8.704],[3.892,9.319],[-3.8,17.389],[-6.66,17.457],[-7.277,16.189],[-8.32,5.699],[-8.919,4.454],[-17.431,-3.874],[-17.462,-6.735],[-16.246,-7.33],[-5.015,-8.605],[-3.781,-9.219],[4.005,-17.388],[6.864,-17.458],[7.476,-16.241],[8.92,-4.58],[9.547,-3.35],[17.373,3.95],[17.485,6.807]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[793.653,211.376],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"g2/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":262.921,"ix":10},"p":{"a":0,"k":[76.5,133.556,0],"ix":2},"a":{"a":0,"k":[511,307,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100],"e":[115.663,115.663,100]},{"i":{"x":[0.569,0.569,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":114,"s":[115.663,115.663,100],"e":[100,100,100]},{"t":179}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.494,-0.056],[0,0],[0.337,-0.354],[0,0],[0.834,0.795],[0.049,0.497],[0,0],[0.35,0.342],[0,0],[-0.806,0.823],[-0.476,0.054],[0,0],[-0.338,0.353],[0,0],[-0.834,-0.795],[-0.059,-0.479],[0,0],[-0.357,-0.334],[0,0],[0.785,-0.843]],"o":[[0,0],[-0.486,0.055],[0,0],[-0.794,0.833],[-0.361,-0.344],[0,0],[-0.048,-0.487],[0,0],[-0.823,-0.806],[0.335,-0.342],[0,0],[0.485,-0.057],[0,0],[0.794,-0.834],[0.349,0.332],[0,0],[0.061,0.485],[0,0],[0.842,0.785],[-0.34,0.363]],"v":[[16.731,7.673],[5.289,8.973],[4.016,9.607],[-3.916,17.928],[-6.864,17.998],[-7.5,16.694],[-8.576,5.878],[-9.193,4.594],[-17.97,-3.993],[-18.001,-6.943],[-16.747,-7.556],[-5.168,-8.871],[-3.894,-9.504],[4.135,-17.927],[7.083,-17.998],[7.714,-16.744],[9.203,-4.72],[9.849,-3.452],[17.919,4.076],[18.023,7.023]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[511.656,307.378],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"g3/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[271,73.366,0],"ix":2},"a":{"a":0,"k":[741,333,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.293,-0.033],[0,0],[0.201,-0.211],[0,0],[0.495,0.471],[0.029,0.296],[0,0],[0.208,0.203],[0,0],[-0.48,0.489],[-0.282,0.032],[0,0],[-0.2,0.21],[0,0],[-0.495,-0.472],[-0.037,-0.283],[0,0],[-0.213,-0.199],[0,0],[0.466,-0.501]],"o":[[0,0],[-0.289,0.034],[0,0],[-0.472,0.495],[-0.215,-0.205],[0,0],[-0.028,-0.29],[0,0],[-0.488,-0.479],[0.199,-0.203],[0,0],[0.288,-0.033],[0,0],[0.471,-0.496],[0.207,0.197],[0,0],[0.037,0.288],[0,0],[0.501,0.467],[-0.202,0.215]],"v":[[9.943,4.558],[3.142,5.329],[2.385,5.706],[-2.328,10.651],[-4.079,10.693],[-4.457,9.917],[-5.096,3.491],[-5.463,2.728],[-10.679,-2.373],[-10.695,-4.126],[-9.952,-4.489],[-3.072,-5.27],[-2.315,-5.646],[2.457,-10.651],[4.208,-10.693],[4.583,-9.951],[5.467,-2.806],[5.852,-2.052],[10.647,2.421],[10.708,4.172]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[824.65,392.379],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.293,-0.033],[0,0],[0.2,-0.211],[0,0],[0.496,0.472],[0.029,0.295],[0,0],[0.208,0.204],[0,0],[-0.479,0.489],[-0.282,0.032],[0,0],[-0.201,0.21],[0,0],[-0.495,-0.473],[-0.036,-0.283],[0,0],[-0.213,-0.198],[0,0],[0.466,-0.5]],"o":[[0,0],[-0.289,0.033],[0,0],[-0.472,0.495],[-0.215,-0.204],[0,0],[-0.029,-0.289],[0,0],[-0.489,-0.48],[0.199,-0.202],[0,0],[0.288,-0.033],[0,0],[0.472,-0.495],[0.206,0.196],[0,0],[0.036,0.289],[0,0],[0.5,0.467],[-0.202,0.216]],"v":[[9.943,4.558],[3.142,5.33],[2.385,5.707],[-2.328,10.651],[-4.08,10.693],[-4.458,9.918],[-5.096,3.491],[-5.464,2.728],[-10.679,-2.372],[-10.695,-4.126],[-9.952,-4.489],[-3.072,-5.27],[-2.315,-5.646],[2.456,-10.651],[4.208,-10.692],[4.582,-9.951],[5.467,-2.806],[5.852,-2.052],[10.647,2.421],[10.708,4.172]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[663.651,299.379],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"kamera/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232,236,0],"ix":2},"a":{"a":0,"k":[683,384,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.563,17.93],[-0.563,17.93],[-0.563,-17.93],[0.563,-17.93]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[738.542,329.009],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.091,-0.413],[0,0],[0.413,-1.091],[0,0],[1.091,0.414],[-0.413,1.091],[0,0]],"o":[[0,0],[1.091,0.413],[0,0],[-0.413,1.091],[-1.091,-0.412],[0,0],[0.413,-1.091]],"v":[[27.992,-73.98],[27.992,-73.98],[29.22,-71.257],[-25.268,72.753],[-27.992,73.98],[-29.22,71.258],[25.268,-72.752]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.039000002543,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[631.022,435.93],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.033,-0.585],[0.653,0.305],[0,0]],"o":[[0,0],[0,0],[-0.064,1.169],[-1.306,-0.611],[0,0]],"v":[[-1.933,-4.338],[2.4,1.406],[3.4,3.169],[0.956,3.306],[-3.433,1.406]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011999999776,0.027000000898,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[661.099,367.643],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":4,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.187,-0.039],[0,0],[0.037,-1.162],[0,0],[1.187,0.038],[-0.037,1.162],[0,0]],"o":[[0,0],[1.187,0.038],[0,0],[-0.037,1.162],[-1.186,-0.038],[0,0],[0.038,-1.162]],"v":[[2.351,-72.807],[2.351,-72.807],[4.432,-70.634],[-0.133,70.774],[-2.351,72.808],[-4.432,70.634],[0.133,-70.772]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.030999998953,0.054999998504,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[666.487,437.154],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":4,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[4.214,0.482],[0,0]],"o":[[0,0],[0.901,0.157],[-0.731,-0.084],[0,0]],"v":[[-2.081,-3.909],[5.155,1.579],[-3.345,3.427],[-6.057,-2.872]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011999999776,0.027000000898,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[672.678,369.255],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":4,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.5,24.316],[0.5,24.316],[0.5,-24.316],[-0.5,-24.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.019999999626,0.035000000748,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[759.085,328.919],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":4,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-683,384],[683,384],[683,-384],[-683,-384]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-683,-384],[683,-384],[683,384],[-683,384]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[47,-39],[48,-39],[48,-71],[47,-71]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.019999999626,0.035000000748,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[683,384],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":5,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-19.966,-2.375],[19.966,-2.375],[17.766,2.375]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011999999776,0.027000000898,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[670.735,360.931],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":4,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.119,0],[0,0],[0,-1.119],[0,0],[1.12,0],[0,0],[0,1.119],[0,0]],"o":[[0,0],[1.12,0],[0,0],[0,1.119],[0,0],[-1.119,0],[0,0],[0,-1.119]],"v":[[-1.657,-25.777],[1.656,-25.777],[3.683,-23.751],[3.683,23.752],[1.656,25.778],[-1.657,25.778],[-3.683,23.752],[-3.683,-23.751]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[763.268,329.009],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":4,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-35.466,-1.913],[35.466,-1.913],[35.466,1.913],[-35.466,1.913]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.039000002543,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[666.487,437.843],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":4,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.161,0.439],[0,0],[-0.425,-1.2],[0,0],[1.161,-0.44],[0.425,1.2],[0,0]],"o":[[0,0],[1.161,-0.439],[0,0],[0.425,1.2],[-1.161,0.439],[0,0],[-0.425,-1.2]],"v":[[-25.41,-71.79],[-25.41,-71.79],[-22.539,-70.412],[26.744,68.823],[25.411,71.79],[22.539,70.413],[-26.743,-68.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.039000002543,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[701.453,438.116],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":4,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.844,0],[0,-0.844],[0.844,0],[0,0.844]],"o":[[0.844,0],[0,0.844],[-0.844,0],[0,-0.844]],"v":[[0,-1.528],[1.528,0],[0,1.528],[-1.528,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.059000000299,0.090000002992,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[618.239,331.989],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":4,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.667,0],[0,-1.667],[1.667,0],[0,1.667]],"o":[[1.667,0],[0,1.667],[-1.667,0],[0,-1.667]],"v":[[0,-3.018],[3.018,0],[0,3.018],[-3.018,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.059000000299,0.090000002992,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[620.55,324.949],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":4,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.3,-5.86],[2.3,-5.86],[2.3,5.86],[-2.3,5.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.059000000299,0.090000002992,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[629.47,327.204],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":4,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-683,384],[683,384],[683,-384],[-683,-384]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-683,-384],[683,-384],[683,384],[-683,384]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-69,-47.992],[-46.146,-47.992],[-46.146,-65.265],[-69,-65.265]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.019999999626,0.035000000748,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[683,384],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":5,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.728,0],[0,-0.728],[0.729,0],[0,0.728]],"o":[[0.729,0],[0,0.728],[-0.728,0],[0,-0.728]],"v":[[0,-1.318],[1.318,0],[0,1.318],[-1.318,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.702000038297,0.067000003889,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[722.47,310.873],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":4,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.27,0],[0,-1.27],[1.271,0],[0,1.27]],"o":[[1.271,0],[0,1.27],[-1.27,0],[0,-1.27]],"v":[[0,-2.3],[2.3,0],[0,2.3],[-2.301,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819999964097,0.059000000299,0.113999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[722.47,304.244],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":4,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.88,-8.656],[57.88,-8.656],[57.88,8.656],[-57.88,8.656]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.059000000299,0.090000002992,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[671.988,327.352],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":4,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.568,0],[0,0],[0,3.568],[0,0],[0,0],[0,0]],"o":[[0,0],[-3.568,0],[0,0],[0,0],[0,0],[0,3.568]],"v":[[51.42,8.398],[-51.419,8.398],[-57.88,1.937],[-57.88,-8.397],[57.881,-8.397],[57.881,1.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.019999999626,0.035000000748,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[672.115,350.159],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":4,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.568,0],[0,0],[0,3.568],[0,0],[0,0],[0,0]],"o":[[0,0],[-3.568,0],[0,0],[0,0],[0,0],[0,3.568]],"v":[[51.42,12.745],[-51.419,12.745],[-57.88,6.284],[-57.88,-12.746],[57.881,-12.746],[57.881,6.284]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.054999998504,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[672.115,345.811],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":4,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.369,0],[0,0],[0,-3.369],[0,0],[0,0],[0,0]],"o":[[0,0],[3.369,0],[0,0],[0,0],[0,0],[0,-3.369]],"v":[[-51.781,-9.959],[51.781,-9.959],[57.881,-3.859],[57.881,9.958],[-57.881,9.958],[-57.881,-3.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.054999998504,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[672.129,308.777],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":4,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.89,0],[0,0],[0,-1.89],[0,0],[1.89,0],[0,1.89],[0,0]],"o":[[0,0],[1.89,0],[0,0],[0,1.89],[-1.89,0],[0,0],[0,-1.89]],"v":[[0,-17.93],[0,-17.93],[3.422,-14.508],[3.422,14.508],[0,17.93],[-3.422,14.508],[-3.422,-14.508]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.059000000299,0.090000002992,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[738.541,329.009],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":4,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.986,0],[0,0],[0,-0.987],[0,0],[0.986,0],[0,0],[0,0.986],[0,0]],"o":[[0,0],[0.986,0],[0,0],[0,0.986],[0,0],[-0.986,0],[0,0],[0,-0.987]],"v":[[-6.923,-15.772],[6.924,-15.772],[8.71,-13.986],[8.71,13.986],[6.924,15.772],[-6.923,15.772],[-8.709,13.986],[-8.709,-13.986]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.030999998953,0.054999998504,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[732.498,328.971],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":4,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.05,-1.664],[0,0],[-1.555,-0.616],[0,0],[0,3.125],[0,0],[3.171,-1.406],[0,0]],"o":[[0,0],[0.051,1.672],[0,0],[3.169,1.392],[0,0],[0,-3.133],[0,0],[-1.545,0.619]],"v":[[-13.146,-12.665],[-13.146,12.746],[-10.502,16.515],[6.255,23.874],[13.146,20.106],[13.146,-20.099],[6.237,-23.86],[-10.521,-16.425]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.030999998953,0.054999998504,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[751.688,328.916],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":4,"cix":2,"bm":0,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.864,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-0.829]],"v":[[-31.806,-5.6],[33.371,-5.6],[33.371,5.6],[-33.37,5.6],[-33.37,-4.1]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.054999998504,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[672.296,295.361],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":4,"cix":2,"bm":0,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.069,0],[0,-12.069],[12.069,0],[0,12.069]],"o":[[12.069,0],[0,12.069],[-12.069,0],[0,-12.069]],"v":[[0,-21.853],[21.853,0],[0,21.853],[-21.853,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.039000002543,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[670.597,350.828],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":4,"cix":2,"bm":0,"ix":26,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 12/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232,236,0],"ix":2},"a":{"a":0,"k":[683,384,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,5.2],[-5.201,0],[0,-5.201],[5.2,-0.001]],"o":[[-5.201,0],[0,-5.201],[5.201,0],[-0.001,5.199],[0,0]],"v":[[22.42,14.687],[13.003,5.27],[22.42,-4.147],[31.837,5.27],[22.421,14.686]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,5.2],[-5.2,0],[0,-5.201],[5.2,-0.001]],"o":[[-5.201,0],[0.001,-5.201],[5.2,0],[0,5.2],[0,0]],"v":[[1.793,32.399],[-7.624,22.982],[1.793,13.566],[11.21,22.982],[1.794,32.398]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,5.201],[-5.2,0.001],[0,-5.201],[5.2,0]],"o":[[-5.2,0],[0,-5.2],[5.202,0],[-0.001,5.201],[0,0]],"v":[[-15.472,-9.081],[-24.888,-18.498],[-15.472,-27.915],[-6.055,-18.498],[-15.471,-9.083]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,5.202],[-5.201,0],[0,-5.201],[5.2,0]],"o":[[-5.201,0],[0,-5.201],[5.201,0],[0,5.201],[0,0]],"v":[[-22.422,17.376],[-31.839,7.959],[-22.422,-1.458],[-13.005,7.959],[-22.421,17.375]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[1.166,0],[0,1.166],[-1.165,0],[0,0],[-0.001,-1.167]],"o":[[0,1.166],[-1.166,0],[0,-1.166],[0,0],[1.166,0],[0,0]],"v":[[-2.916,1.583],[-5.027,3.695],[-7.139,1.583],[-5.028,-0.528],[-5.027,-0.528],[-2.915,1.583]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.167],[1.166,0],[0.001,1.166],[-1.166,0.001],[0,0]],"o":[[1.167,0],[-0.001,1.166],[-1.166,-0.001],[0,-1.167],[0,0],[0,0]],"v":[[-3.47,-6.459],[-1.357,-4.347],[-3.47,-2.236],[-5.581,-4.347],[-3.47,-6.46],[-3.469,-6.46]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.619],[0,0],[0.619,0],[0,0],[0.001,0.619],[0,0],[-0.619,0],[0,0]],"o":[[0.62,0],[0,0],[0,0.619],[0,0],[-0.619,0],[0,0],[0,-0.62],[0,0],[0,0]],"v":[[-0.001,-1.649],[1.121,-0.528],[1.121,-0.527],[0,0.595],[-0.001,0.595],[-1.123,-0.525],[-1.123,-0.527],[-0.002,-1.65],[0,-1.65]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[1.166,0],[0,1.166],[-1.166,0],[-0.001,-1.166],[0,0]],"o":[[0,1.166],[-1.166,0],[0,-1.166],[1.166,0],[0,0],[0,0]],"v":[[2.513,4.951],[0.401,7.062],[-1.71,4.951],[0.401,2.839],[2.514,4.95],[2.514,4.951]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.165],[0,0],[1.166,0],[0,1.166],[-1.166,-0.001],[0,0]],"o":[[1.166,0],[0,0],[0,1.166],[-1.166,0],[0.001,-1.167],[0,0],[0,0]],"v":[[2.912,-7.063],[5.024,-4.953],[5.024,-4.952],[2.912,-2.84],[0.8,-4.952],[2.913,-7.063],[2.916,-7.063]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[1.166,0],[0,1.166],[-1.165,0],[0,0],[-0.003,-1.165],[0,0]],"o":[[0,1.166],[-1.166,0],[0,-1.166],[0,0],[1.165,-0.002],[0,0],[0,0]],"v":[[7.134,0.98],[5.024,3.091],[2.912,0.98],[5.023,-1.131],[5.024,-1.131],[7.139,0.975],[7.139,0.98]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,-5.201],[5.201,-0.001],[0,5.201],[-5.201,0],[0,0]],"o":[[5.201,0],[0,5.2],[-5.201,0],[0,-5.201],[0,0],[0,0]],"v":[[13,-30.605],[22.417,-21.188],[13,-11.771],[3.583,-21.188],[13,-30.605],[13.004,-30.605]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[22.339,0],[0,-22.338],[-22.339,0],[0,22.339]],"o":[[-22.339,0],[0,22.339],[22.339,0],[0,-22.338]],"v":[[0,-40.448],[-40.448,-0.001],[0,40.448],[40.448,-0.001]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.74900004069,0.838999968884,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[768.781,486.93],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":16,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.848,0.469],[-1.001,-0.888],[-1.825,-5.783],[-10.611,-3.963],[-3.693,1.366],[3.762,2.332],[1.864,5.306],[1.968,4.001],[2.259,1.035],[21.743,-3.291]],"o":[[0,0],[4.446,-0.212],[3.767,3.344],[1.292,4.097],[3.693,-1.366],[-2.278,-0.563],[-3.272,-2.026],[-1.624,-4.621],[-1.648,-3.348],[0,0],[0,0]],"v":[[-28.131,-6.579],[-8.536,-9.827],[-1.615,-7.999],[1.384,6.917],[17.052,19.891],[28.131,15.794],[18.593,11.785],[8.755,1.428],[7.216,-9.275],[0.237,-15.521],[-28.131,-16.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.054999998504,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[781.784,505.737],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-14.039,0],[0,-14.039],[14.04,0],[0,14.04]],"o":[[14.04,0],[0,14.04],[-14.039,0],[0,-14.039]],"v":[[0,-25.421],[25.421,0],[0,25.421],[-25.421,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.054999998504,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[769.183,486.402],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":4,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"swiatlo kamera/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[313.709,181.509,0],"ix":2},"a":{"a":0,"k":[683,384,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[120,40,100],"e":[120,68,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":90,"s":[120,68,100],"e":[120,40,100]},{"t":180}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79.676,-21.986],[-79.676,21.052],[118.387,56.533],[118.958,-57.467]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-846.542,439.033],[519.458,439.033],[519.458,-328.967],[-846.542,-328.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-846.542,-328.967],[519.458,-328.967],[519.458,439.033],[-846.542,439.033]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79.175,31.034],[120.237,80.033],[120.458,-77.5],[-79.467,-34.317]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.5,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.937716245651,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[761.433,385.543],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"cien/Tizen_6.0 kamera Outlines","cl":"0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232,236,0],"ix":2},"a":{"a":0,"k":[683,384,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-87.325,0],[0,-4.694],[87.325,0],[0,4.694]],"o":[[87.325,0],[0,4.694],[-87.325,0],[0,-4.694]],"v":[[0,-8.5],[158.116,0],[0,8.5],[-158.116,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.776000019148,0.773000021542,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[662.055,509.963],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[299,201,0],"ix":2},"a":{"a":0,"k":[300,200,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":400,"ip":0,"op":180,"st":0,"bm":0}],"markers":[]} \ No newline at end of file
diff --git a/res/po/en.po b/res/po/en.po
index b5e3a6a..f33aa9e 100755
--- a/res/po/en.po
+++ b/res/po/en.po
@@ -80,7 +80,7 @@ msgid "IDS_VIDEO_TPOP_DELETING_ING"
msgstr "Deleting..."
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_THEY_WILL_BE_SHOWN_HERE"
-msgstr "After you record videos using the camera, they will be shown here."
+msgstr "When videos are added, they will be shown here."
msgid "IDS_VIDEO_HEADER_PD_VIDEOS"
msgstr "%d videos"
@@ -275,7 +275,7 @@ msgid "IDS_VIDEO_BODY_LATITUDE"
msgstr "Latitude"
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_VIDEOS_WILL_BE_SHOWN"
-msgstr "After you record videos using the camera, videos will be shown."
+msgstr "When videos are added, they will be shown here."
msgid "IDS_VIDEO_SK_CANCEL_ABB"
msgstr "Cancel"
diff --git a/res/po/en_PH.po b/res/po/en_PH.po
index 394e810..0156bdb 100755
--- a/res/po/en_PH.po
+++ b/res/po/en_PH.po
@@ -80,7 +80,7 @@ msgid "IDS_VIDEO_TPOP_DELETING_ING"
msgstr "Deleting..."
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_THEY_WILL_BE_SHOWN_HERE"
-msgstr "After you record videos using the camera, they will be shown here."
+msgstr "When videos are added, they will be shown here."
msgid "IDS_VIDEO_HEADER_PD_VIDEOS"
msgstr "%d videos"
@@ -275,7 +275,7 @@ msgid "IDS_VIDEO_BODY_LATITUDE"
msgstr "Latitude"
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_VIDEOS_WILL_BE_SHOWN"
-msgstr "After you record videos using the camera, videos will be shown."
+msgstr "When videos are added, they will be shown here."
msgid "IDS_VIDEO_SK_CANCEL_ABB"
msgstr "Cancel"
diff --git a/res/po/en_US.po b/res/po/en_US.po
index bcb8064..012d55b 100755
--- a/res/po/en_US.po
+++ b/res/po/en_US.po
@@ -80,7 +80,7 @@ msgid "IDS_VIDEO_TPOP_DELETING_ING"
msgstr "Deleting..."
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_THEY_WILL_BE_SHOWN_HERE"
-msgstr "After you record videos using the camera, they will be shown here."
+msgstr "When videos are added, they will be shown here."
msgid "IDS_VIDEO_HEADER_PD_VIDEOS"
msgstr "%d videos"
@@ -275,7 +275,7 @@ msgid "IDS_VIDEO_BODY_LATITUDE"
msgstr "Latitude"
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_VIDEOS_WILL_BE_SHOWN"
-msgstr "After you record videos using the camera, videos will be shown."
+msgstr "When videos are added, they will be shown here."
msgid "IDS_VIDEO_SK_CANCEL_ABB"
msgstr "Cancel"
diff --git a/res/po/ko_KR.po b/res/po/ko_KR.po
index cb37bb1..afb9f91 100755
--- a/res/po/ko_KR.po
+++ b/res/po/ko_KR.po
@@ -80,7 +80,7 @@ msgid "IDS_VIDEO_TPOP_DELETING_ING"
msgstr "삭제 중..."
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_THEY_WILL_BE_SHOWN_HERE"
-msgstr "카메라를 사용하여 동영상을 촬영하면 동영상이 여기에 표시됩니다."
+msgstr "비디오를 추가하면 여기에 표시됩니다."
msgid "IDS_VIDEO_HEADER_PD_VIDEOS"
msgstr "동영상 %d개"
@@ -275,7 +275,7 @@ msgid "IDS_VIDEO_BODY_LATITUDE"
msgstr "위도"
msgid "IDS_VIDEO_BODY_AFTER_YOU_RECORD_VIDEOS_USING_THE_CAMERA_VIDEOS_WILL_BE_SHOWN"
-msgstr "카메라로 동영상을 녹화하면 동영상이 여기에 표시됩니다."
+msgstr "비디오를 추가하면 여기에 표시됩니다."
msgid "IDS_VIDEO_SK_CANCEL_ABB"
msgstr "취소"
@@ -389,7 +389,7 @@ msgid "IDS_VIDEO_OPT_NAME_HA_Z_ABB"
msgstr "이름(가나다 순)"
msgid "IDS_VIDEO_OPT_VIDEOS"
-msgstr "동영상"
+msgstr "비디오"
msgid "IDS_VIDEO_TPOP_MAXIMUM_NUMBER_OF_ATTACHMENTS_HPD_EXCEEDED"
msgstr "최대 첨부파일 수(%d)를 초과하였습니다."
diff --git a/shared/res/org.tizen.videos.png b/shared/res/org.tizen.videos.png
index 7b568a6..e62b3c9 100755
--- a/shared/res/org.tizen.videos.png
+++ b/shared/res/org.tizen.videos.png
Binary files differ
diff --git a/src/view/mp-video-list-view-folder.c b/src/view/mp-video-list-view-folder.c
index 524fd1b..5df4e08 100755
--- a/src/view/mp-video-list-view-folder.c
+++ b/src/view/mp-video-list-view-folder.c
@@ -956,8 +956,7 @@ void mp_folder_view_arrange_folder_list(void *pMainViewHandle,
if(g_pFolderView->pNocontentlayout == NULL)
{
g_pFolderView->pNocontentlayout = mp_create_nocontent_layout(g_pFolderView->pMainWidget->pListViewBaselayout,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_DESC_IDS);
+ VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS);
}
//hide folder list;
evas_object_hide(g_pFolderView->pFolderlistGengrid);
diff --git a/src/view/mp-video-list-view-item-of-folder.c b/src/view/mp-video-list-view-item-of-folder.c
index 01866e7..884c7f7 100755
--- a/src/view/mp-video-list-view-item-of-folder.c
+++ b/src/view/mp-video-list-view-item-of-folder.c
@@ -613,8 +613,7 @@ static bool __mp_folder_item_view_arrange_video_list(int nItemSortType,
if(g_pFolderViewWidget->pNocontentLayout == NULL)
{
g_pFolderViewWidget->pNocontentLayout = mp_create_nocontent_layout(g_pFolderViewHandle->pMainWidget->pListViewBaselayout,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS,
- NULL);
+ VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS);
}
//hide gengrid
evas_object_hide(pFolderItemGengrid);
diff --git a/src/view/mp-video-list-view-normal.c b/src/view/mp-video-list-view-normal.c
index f491fe7..8639746 100755
--- a/src/view/mp-video-list-view-normal.c
+++ b/src/view/mp-video-list-view-normal.c
@@ -88,8 +88,7 @@ void __mp_normal_view_create_no_content()
g_pNormalView->pNocontentlayout =
mp_create_nocontent_layout(g_pNormalView->
pMainWidget->pListViewBaselayout,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_DESC_IDS);
+ VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS);
elm_object_part_content_unset(g_pNormalView->
pMainWidget->pListViewBaselayout,
SWALLOW_LISTVIEW_CONTENT);
diff --git a/src/view/mp-video-list-view-thumbnail.c b/src/view/mp-video-list-view-thumbnail.c
index 85ddf92..e8405e6 100755
--- a/src/view/mp-video-list-view-thumbnail.c
+++ b/src/view/mp-video-list-view-thumbnail.c
@@ -359,8 +359,7 @@ bool mp_thumbnail_view_arrange_list_item(void *pMainViewHandle,
{
g_pThumbnailView->pNocontentlayout =
mp_create_nocontent_layout(g_pThumbnailView->pMainWidget->pListViewBaselayout,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS,
- VIDEOS_NOCONTENT_MSG_NO_VIDEOS_DESC_IDS);
+ VIDEOS_NOCONTENT_MSG_NO_VIDEOS_IDS);
}
evas_object_show(g_pThumbnailView->pNocontentlayout);
//hide gengrid
diff --git a/src/view/mp-video-search-view.c b/src/view/mp-video-search-view.c
index d11ab9a..0dace7c 100755
--- a/src/view/mp-video-search-view.c
+++ b/src/view/mp-video-search-view.c
@@ -575,9 +575,8 @@ void mp_search_view_search_gengrid_item(const char *szSearchWord)
VideoLogError("Setting no content layout");
if(g_pSearchViewWidget->pNocontentsLayout == NULL)
{
- g_pSearchViewWidget->pNocontentsLayout = mp_create_nocontent_layout(g_pSearchViewWidget->pSearchViewBaselayout,
- VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS,
- NULL);
+ g_pSearchViewWidget->pNocontentsLayout = mp_create_nosearch_result_layout(g_pSearchViewWidget->pSearchViewBaselayout,
+ VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS_IDS);
}
current_layout = g_pSearchViewWidget->pNocontentsLayout;
}
@@ -679,9 +678,8 @@ static void __mp_search_view_entry_changed_cb(void *pUserData, Evas_Object * pOb
VideoLogWarning("There don't have any videos.");
if(g_pSearchViewWidget->pNocontentsLayout == NULL)
{
- g_pSearchViewWidget->pNocontentsLayout = mp_create_nocontent_layout(g_pSearchViewWidget->pSearchViewBaselayout,
- VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS,
- NULL);
+ g_pSearchViewWidget->pNocontentsLayout = mp_create_nosearch_result_layout(g_pSearchViewWidget->pSearchViewBaselayout,
+ VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS_IDS);
}
__mp_search_view_base_layout_content_set(g_pSearchViewWidget->pSearchViewBaselayout, g_pSearchViewWidget->pNocontentsLayout);
return;
@@ -1111,9 +1109,8 @@ static void __mp_search_view_update_genlist_item(const char *szSearchWord)
} else {
if(g_pSearchViewWidget->pNocontentsLayout == NULL)
{
- g_pSearchViewWidget->pNocontentsLayout = mp_create_nocontent_layout(g_pSearchViewWidget->pSearchViewBaselayout,
- VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS,
- NULL);
+ g_pSearchViewWidget->pNocontentsLayout = mp_create_nosearch_result_layout(g_pSearchViewWidget->pSearchViewBaselayout,
+ VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS_IDS);
}
current_layout = g_pSearchViewWidget->pNocontentsLayout;
}
@@ -1305,9 +1302,8 @@ void mp_search_view_init(void *pParent)
if (mp_util_svc_get_number_of_video_item_by_type() < 1) {
if(g_pSearchViewWidget->pNocontentsLayout == NULL)
{
- g_pSearchViewWidget->pNocontentsLayout = mp_create_nocontent_layout(g_pSearchViewWidget->pSearchViewBaselayout,
- VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS,
- NULL);
+ g_pSearchViewWidget->pNocontentsLayout = mp_create_nosearch_result_layout(g_pSearchViewWidget->pSearchViewBaselayout,
+ VIDEOS_SEARCHVIEW_MSG_NO_SEARCH_RESULTS_IDS);
}
current_layout = g_pSearchViewWidget->pNocontentsLayout;
}
diff --git a/src/widget/mp-video-nocontent-layout.c b/src/widget/mp-video-nocontent-layout.c
index 2d7312c..bf41341 100755
--- a/src/widget/mp-video-nocontent-layout.c
+++ b/src/widget/mp-video-nocontent-layout.c
@@ -20,6 +20,7 @@
#include "mp-video-nocontent-layout.h"
#include "mp-video-log.h"
#include "mp-video-value-define.h"
+#include <app_common.h>
/**
*
@@ -46,12 +47,9 @@ mp_object_part_translate_set(Evas_Object * pObject, const char *ID,
*
* @param pParent
* @param pText
- * @param pHelpText
* @return
*/
-Evas_Object *mp_create_nocontent_layout(const Evas_Object * pParent,
- const char *pText,
- const char *pHelpText)
+Evas_Object *mp_create_nocontent_layout(const Evas_Object * pParent, const char *pText)
{
Evas_Object *pLayout = NULL;
@@ -67,23 +65,84 @@ Evas_Object *mp_create_nocontent_layout(const Evas_Object * pParent,
return NULL;
}
- VideoSecureLogInfo("pText : [%s], pHelpText : [%s]", pText, pHelpText);
+ VideoSecureLogInfo("pText : [%s]", pText);
+
+ char edje_path[1024] = { 0 };
+ char json_path[1024] = { 0, };
+ char *path = app_get_resource_path();
+ if (!path) {
+ return NULL;
+ }
+
+ snprintf(edje_path, 1024, "%s%s", path, "edje/vp-custom-winset-style.edj");
+ snprintf(json_path, 1024, "%s%s", path, "lottie/vp_no_item.json");
+ free(path);
pLayout = elm_layout_add((Evas_Object *) pParent);
- elm_layout_theme_set(pLayout, "layout", "nocontents", "text");
+ elm_layout_file_set(pLayout, edje_path, "elm/layout/nocontents");
+ evas_object_size_hint_weight_set(pLayout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+ evas_object_size_hint_align_set(pLayout, EVAS_HINT_FILL, EVAS_HINT_FILL);
+
+ Elm_Animation_View *anim_view = elm_animation_view_add(pLayout);
+ evas_object_size_hint_min_set(anim_view, ELM_SCALE_SIZE(450), ELM_SCALE_SIZE(350));
+ elm_animation_view_auto_play_set(anim_view, true);
+ elm_animation_view_auto_repeat_set(anim_view, true);
+ elm_animation_view_file_set(anim_view, json_path, NULL);
+
+ evas_object_size_hint_weight_set(anim_view, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+ elm_layout_content_set(pLayout, "nocontents.anim.swallow", anim_view);
+ mp_object_part_translate_set(pLayout, pText, "elm.text");
+
+ return pLayout;
+}
+
+/**
+ *
+ * @param pParent
+ * @param pText
+ * @return
+ */
+Evas_Object *mp_create_nosearch_result_layout(const Evas_Object * pParent, const char *pText)
+{
+ Evas_Object *pLayout = NULL;
- evas_object_size_hint_weight_set(pLayout, EVAS_HINT_EXPAND,
- EVAS_HINT_EXPAND);
- evas_object_size_hint_align_set(pLayout, EVAS_HINT_FILL,
- EVAS_HINT_FILL);
+ if (pParent == NULL) {
+ VideoLogError("pParent == NULL!!!");
+ VideoLogAssert(0);
+ return NULL;
+ }
- elm_object_part_text_set(pLayout, "elm.text", pText);
+ if (pText == NULL) {
+ VideoLogError("pTextIds == NULL!!!");
+ VideoLogAssert(0);
+ return NULL;
+ }
- if (pHelpText != NULL) {
- mp_object_part_translate_set(pLayout, pHelpText, "elm.help.text");
+ char edje_path[1024] = { 0 };
+ char json_path[1024] = { 0, };
+ char *path = app_get_resource_path();
+ if (!path) {
+ return NULL;
}
- elm_layout_signal_emit(pLayout, "text,disabled", "");
- elm_layout_signal_emit(pLayout, "align.center", "elm");
+
+ snprintf(edje_path, 1024, "%s%s", path, "edje/vp-custom-winset-style.edj");
+ snprintf(json_path, 1024, "%s%s", path, "lottie/no_search_result.json");
+ free(path);
+
+ pLayout = elm_layout_add((Evas_Object *) pParent);
+ elm_layout_file_set(pLayout, edje_path, "search_no_result");
+ evas_object_size_hint_weight_set(pLayout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+ evas_object_size_hint_align_set(pLayout, EVAS_HINT_FILL, EVAS_HINT_FILL);
+
+ Elm_Animation_View *anim_view = elm_animation_view_add(pLayout);
+ evas_object_size_hint_min_set(anim_view, ELM_SCALE_SIZE(450), ELM_SCALE_SIZE(350));
+ elm_animation_view_auto_play_set(anim_view, true);
+ elm_animation_view_auto_repeat_set(anim_view, true);
+ elm_animation_view_file_set(anim_view, json_path, NULL);
+
+ evas_object_size_hint_weight_set(anim_view, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+ elm_layout_content_set(pLayout, "nocontents.anim.swallow", anim_view);
+ mp_object_part_translate_set(pLayout, pText, "elm.text");
return pLayout;
}