From: Priya Kohli Date: Thu, 26 Sep 2019 09:25:04 +0000 (+0530) Subject: [TBT][Camera/Recorder][TFDF-5550, Removed label Video Viewer as video covers entire... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F214793%2F2;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Camera/Recorder][TFDF-5550, Removed label Video Viewer as video covers entire wearable screen not in the particular area] Change-Id: I52a098035946b01eefe5cc6ffedad00e9c28cf60 Signed-off-by: Priya Kohli --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 1725635..07332a3 100755 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 45b6cc5..920a1ad 100755 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 diff --git a/tbtcoreapp/src/view/tbt-camera-view.c b/tbtcoreapp/src/view/tbt-camera-view.c index ac7b384..15c3053 100755 --- a/tbtcoreapp/src/view/tbt-camera-view.c +++ b/tbtcoreapp/src/view/tbt-camera-view.c @@ -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);