Modify SampleApplication UI by changed tizen2.2 policy
authorGongwook Lee <gongwook78.lee@samsung.com>
Mon, 24 Jun 2013 02:50:20 +0000 (11:50 +0900)
committerGongwook Lee <gongwook78.lee@samsung.com>
Mon, 24 Jun 2013 02:50:20 +0000 (11:50 +0900)
Change-Id: Ie843fdf5cae5d19bbc35eeb008f436604fff1103
Signed-off-by: Gongwook Lee <gongwook78.lee@samsung.com>
project/src/FaceDetectionForm.cpp
project/src/FaceRecognizer.cpp

index 45cd108..e3980ae 100644 (file)
@@ -104,7 +104,6 @@ FaceDetectionForm::OnInitializing(void)
        if(pFooter != null)
        {
                pFooter->SetStyle(FOOTER_STYLE_BUTTON_TEXT);
-               pFooter->SetBackButton();
                this->SetFormBackEventListener(this);
 
                FooterItem footerItemRecognize;
index 07f0b09..5c9bfef 100644 (file)
@@ -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");