[TBT][Camera/Recorder][TFDF-5550, Removed label Video Viewer as video covers entire... 93/214793/2
authorPriya Kohli <priya.kohli@samsung.com>
Thu, 26 Sep 2019 09:25:04 +0000 (14:55 +0530)
committershobhit verma <shobhit.v@samsung.com>
Thu, 26 Sep 2019 10:24:33 +0000 (10:24 +0000)
Change-Id: I52a098035946b01eefe5cc6ffedad00e9c28cf60
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-camera-view.c

index 17256350f0795ab19a80a7b9d8b57fd505855706..07332a36cfd20e6f5efab98445ee44345807c178 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 45b6cc5e2d6fe1d12c520723e3d190144efd5f93..920a1ad4fb16c969fcc410db39c5f2866aa03070 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index ac7b384cdf8d9ebb50a2b0a908b19c1d76b54774..15c30530aad73e0260b179183c2753a1c56ff153 100755 (executable)
@@ -228,7 +228,7 @@ camera_view *camera_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_I
        else if (this->view->tbt_info->apptype == TBT_APP_CAMERA_RECORD)
        {
                create_control(this, "Record");
-               create_label(this, "Camera preview", "Video viewer");
+               create_label(this, "Camera preview", "");
 #ifdef DEVICE_TYPE_MOBILE
                Evas *evas = evas_object_evas_get(this->view->navi);
                this->video_rect = evas_object_image_filled_add(evas);