From: eh1112.kim Date: Wed, 26 Jun 2013 11:46:15 +0000 (+0900) Subject: Apply Ui concept. X-Git-Tag: 2.2.1_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_2.2;p=samples%2Fnative%2FPushClient.git Apply Ui concept. Change-Id: Ie62967eb6978bb32587ad72bf6d6e45316a85b06 Signed-off-by: eh1112.kim --- diff --git a/project/src/MainForm.cpp b/project/src/MainForm.cpp index cc483f2..01383ca 100755 --- a/project/src/MainForm.cpp +++ b/project/src/MainForm.cpp @@ -79,7 +79,7 @@ MainForm::OnInitializing(void) { pHeader->SetStyle(HEADER_STYLE_TITLE); pHeader->SetName(L"MainForm"); - pHeader->SetTitleText(L"Push Client - Main"); + pHeader->SetTitleText(L"Push client - main"); } Footer* pFooter = GetFooter(); diff --git a/project/src/SettingForm.cpp b/project/src/SettingForm.cpp index 1aea997..4d7258b 100755 --- a/project/src/SettingForm.cpp +++ b/project/src/SettingForm.cpp @@ -63,7 +63,7 @@ SettingForm::OnInitializing(void) { pHeader->SetStyle(HEADER_STYLE_TITLE); pHeader->SetName(L"SettingForm"); - pHeader->SetTitleText(L"Push Client - Setting"); + pHeader->SetTitleText(L"Push client - setting"); } Footer* pFooter = GetFooter(); diff --git a/screenshot.png b/screenshot.png index 163d978..1bbaa27 100755 Binary files a/screenshot.png and b/screenshot.png differ