Apply Tizen2.2 GUI
authorcheun.hong <cheun.hong@samsung.com>
Sat, 22 Jun 2013 05:40:15 +0000 (14:40 +0900)
committercheun.hong <cheun.hong@samsung.com>
Sat, 22 Jun 2013 08:03:46 +0000 (17:03 +0900)
Change-Id: I73edc5c5a2df4e718bb8d383a125647c121f93d0
Signed-off-by: cheun.hong <cheun.hong@samsung.com>
project/res/screen-size-normal/IDF_MAINFORM.xml
project/src/MainForm.cpp
screenshot.png

index 9e910eb..e29e0e4 100755 (executable)
@@ -8,8 +8,8 @@
 <LogicalCoordinate>720</LogicalCoordinate>
     <Form id="IDF_MAINFORM">
         <property orientation="Portrait" backgroundColor="" backgroundOpacity="0" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="" titleAlign="ALIGN_CENTER" titleIcon="" translucentFooter="false" translucentHeader="false" translucentIndicator="false"/>
-        <layout mode="Portrait" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
-        <layout mode="Landscape" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
+        <layout mode="Portrait" style="FORM_STYLE_PORTRAIT_INDICATOR|FORM_STYLE_LANDSCAPE_INDICATOR_AUTO_HIDE|FORM_STYLE_HEADER" type="LAYOUT_RELATIVE"/>
+        <layout mode="Landscape" style="FORM_STYLE_PORTRAIT_INDICATOR|FORM_STYLE_LANDSCAPE_INDICATOR_AUTO_HIDE|FORM_STYLE_HEADER" type="LAYOUT_RELATIVE"/>
     </Form>
     <Footer>
         <property backgroundBitmapPath="" color="" colorOpacity="0" disabledButtonColor="" disabledButtonColorOpacity="0" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="0" disabledItemTextColor="" footerStyle="FOOTER_STYLE_TAB" highlightedButtonColor="" highlightedButtonColorOpacity="0" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="0" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="0" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="0" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="0" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="0" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="0" selectedItemTextColor="" showBackButton="false"/>
index ea33614..0377576 100644 (file)
@@ -103,14 +103,7 @@ MainForm::OnInitializing(void)
                pHeader->AddActionEventListener(*this);
        }
 
-       // Create footer
-       Footer * pFooter = GetFooter();
-       if (pFooter != null)
-       {
-               pFooter->SetStyle(FOOTER_STYLE_BUTTON_ICON);
-               pFooter->SetBackButton();
-               SetFormBackEventListener(this);
-       }
+       SetFormBackEventListener(this);
 
        // Create the Button panel
        ButtonPanel* pButtonPanel = new (std::nothrow) ButtonPanel();
index 74e0533..1a396d4 100644 (file)
Binary files a/screenshot.png and b/screenshot.png differ