From 06714f8d19c7591cd7f94c8d1b708adc7506706d Mon Sep 17 00:00:00 2001 From: Gongwook Lee Date: Mon, 24 Jun 2013 11:50:20 +0900 Subject: [PATCH] Modify SampleApplication UI by changed tizen2.2 policy Change-Id: Ie843fdf5cae5d19bbc35eeb008f436604fff1103 Signed-off-by: Gongwook Lee --- project/src/FaceDetectionForm.cpp | 1 - project/src/FaceRecognizer.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/project/src/FaceDetectionForm.cpp b/project/src/FaceDetectionForm.cpp index 45cd108..e3980ae 100644 --- a/project/src/FaceDetectionForm.cpp +++ b/project/src/FaceDetectionForm.cpp @@ -104,7 +104,6 @@ FaceDetectionForm::OnInitializing(void) if(pFooter != null) { pFooter->SetStyle(FOOTER_STYLE_BUTTON_TEXT); - pFooter->SetBackButton(); this->SetFormBackEventListener(this); FooterItem footerItemRecognize; diff --git a/project/src/FaceRecognizer.cpp b/project/src/FaceRecognizer.cpp index 07f0b09..5c9bfef 100644 --- a/project/src/FaceRecognizer.cpp +++ b/project/src/FaceRecognizer.cpp @@ -56,7 +56,7 @@ FaceRecognizer::OnAppInitializing(AppRegistry& appRegistry) // Set Header Header* pHeader = pForm->GetHeader(); - pHeader->SetTitleText(L"FACE RECOGNIZER"); + pHeader->SetTitleText(L"Face recognizer"); r = GetAppFrame()->GetFrame()->AddControl(pForm); TryReturn(r == E_SUCCESS, false, "Failed to attach FormMgr to the frame"); -- 2.7.4